NX Open C++ Reference Guide
|
Represents linear tolerance
Created in NX4.0.0.
More...
Public Member Functions | |
int | DualDimensionDecimalPlaces () |
Returns the number of decimal places for dual dimension Created in NX4.0.0. | |
int | DualToleranceDecimalPlaces () |
Returns the number of decimal places for dual tolerance Created in NX4.0.0. | |
NXOpen::Annotations::Value | GetLowerToleranceInches () |
Returns the lower tolerance value in inches. | |
NXOpen::Annotations::Value | GetLowerToleranceMm () |
Returns the lower tolerance in millimeters(MM) | |
NXOpen::Annotations::Value | GetUpperToleranceInches () |
Returns the upper tolerance in inches. | |
NXOpen::Annotations::Value | GetUpperToleranceMm () |
Returns the upper tolerance in millimeters(MM) | |
NXOpen::Annotations::FitAnsiHoleType | LimitFitAnsiHoleType () |
Returns the tolerance limit fit ansi hole type Created in NX7.5.0. | |
NXString | LimitFitDeviation () |
Returns the tolerance limit fit deviation Created in NX7.5.0. | |
NXOpen::Annotations::FitDisplayStyle | LimitFitDisplayStyle () |
Returns the tolerance limit fit display style Created in NX7.5.0. | |
int | LimitFitGrade () |
Returns the tolerance limit fit grade Created in NX7.5.0. | |
int | PrimaryDimensionDecimalPlaces () |
Returns the number of decimal places for primary dimension Created in NX4.0.0. | |
void | SetDualDimensionDecimalPlaces (int dualDimensionDecimalPlaces) |
Sets the number of decimal places for dual dimension Created in NX4.0.0. | |
void | SetDualToleranceDecimalPlaces (int dualToleranceDecimalPlaces) |
Sets the number of decimal places for dual tolerance Created in NX4.0.0. | |
void | SetLimitFitAnsiHoleType (NXOpen::Annotations::FitAnsiHoleType fitHoleType) |
Sets the tolerance limit fit ansi hole type Created in NX7.5.0. | |
void | SetLimitFitDeviation (const NXString &fitDeviation) |
Sets the tolerance limit fit deviation Created in NX7.5.0. | |
void | SetLimitFitDeviation (const char *fitDeviation) |
Sets the tolerance limit fit deviation Created in NX7.5.0. | |
void | SetLimitFitDisplayStyle (NXOpen::Annotations::FitDisplayStyle fitDisplayStyle) |
Sets the tolerance limit fit display style Created in NX7.5.0. | |
void | SetLimitFitGrade (int fitGrade) |
Sets the tolerance limit fit grade Created in NX7.5.0. | |
void | SetLowerToleranceInches (const NXOpen::Annotations::Value &lowerToleranceInches) |
Sets the lower tolerance value in inches Created in NX4.0.0. | |
void | SetLowerToleranceMm (const NXOpen::Annotations::Value &lowerToleranceMm) |
Sets the lower tolerance in millimeters(MM) Created in NX4.0.0. | |
void | SetPrimaryDimensionDecimalPlaces (int primaryDimensionDecimalPlaces) |
Sets the number of decimal places for primary dimension Created in NX4.0.0. | |
void | SetToleranceType (NXOpen::Annotations::ToleranceType type) |
Sets the tolerance type Created in NX4.0.0. | |
void | SetUpperToleranceInches (const NXOpen::Annotations::Value &upperToleranceInches) |
Sets the upper tolerance in inches Created in NX4.0.0. | |
void | SetUpperToleranceMm (const NXOpen::Annotations::Value &upperToleranceMm) |
Sets the upper tolerance in millimeters(MM) Created in NX4.0.0. | |
void | SetZeroToleranceDisplayStyle (NXOpen::Annotations::ZeroToleranceDisplayStyle zeroDisplayStyle) |
Sets the zero tolerance display style Created in NX7.5.0. | |
NXOpen::Annotations::ToleranceType | ToleranceType () |
Returns the tolerance type Created in NX4.0.0. | |
NXOpen::Annotations::ZeroToleranceDisplayStyle | ZeroToleranceDisplayStyle () |
Returns the zero tolerance display style Created in NX7.5.0. | |
virtual | ~LinearTolerance () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents linear tolerance
Created in NX4.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
int NXOpen::Annotations::LinearTolerance::DualDimensionDecimalPlaces | ( | ) |
Returns the number of decimal places for dual dimension
Created in NX4.0.0.
License requirements : None
int NXOpen::Annotations::LinearTolerance::DualToleranceDecimalPlaces | ( | ) |
Returns the number of decimal places for dual tolerance
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::Value NXOpen::Annotations::LinearTolerance::GetLowerToleranceInches | ( | ) |
Returns the lower tolerance value in inches.
NXOpen::Annotations::Value NXOpen::Annotations::LinearTolerance::GetLowerToleranceMm | ( | ) |
Returns the lower tolerance in millimeters(MM)
NXOpen::Annotations::Value NXOpen::Annotations::LinearTolerance::GetUpperToleranceInches | ( | ) |
Returns the upper tolerance in inches.
NXOpen::Annotations::Value NXOpen::Annotations::LinearTolerance::GetUpperToleranceMm | ( | ) |
Returns the upper tolerance in millimeters(MM)
NXOpen::Annotations::FitAnsiHoleType NXOpen::Annotations::LinearTolerance::LimitFitAnsiHoleType | ( | ) |
Returns the tolerance limit fit ansi hole type
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Annotations::LinearTolerance::LimitFitDeviation | ( | ) |
Returns the tolerance limit fit deviation
Created in NX7.5.0.
License requirements : None
NXOpen::Annotations::FitDisplayStyle NXOpen::Annotations::LinearTolerance::LimitFitDisplayStyle | ( | ) |
Returns the tolerance limit fit display style
Created in NX7.5.0.
License requirements : None
int NXOpen::Annotations::LinearTolerance::LimitFitGrade | ( | ) |
Returns the tolerance limit fit grade
Created in NX7.5.0.
License requirements : None
int NXOpen::Annotations::LinearTolerance::PrimaryDimensionDecimalPlaces | ( | ) |
Returns the number of decimal places for primary dimension
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::LinearTolerance::SetDualDimensionDecimalPlaces | ( | int | dualDimensionDecimalPlaces | ) |
Sets the number of decimal places for dual dimension
Created in NX4.0.0.
License requirements : None
dualDimensionDecimalPlaces | New number of dual dimension decimal places |
void NXOpen::Annotations::LinearTolerance::SetDualToleranceDecimalPlaces | ( | int | dualToleranceDecimalPlaces | ) |
Sets the number of decimal places for dual tolerance
Created in NX4.0.0.
License requirements : None
dualToleranceDecimalPlaces | New number of dual tolerance decimal places |
void NXOpen::Annotations::LinearTolerance::SetLimitFitAnsiHoleType | ( | NXOpen::Annotations::FitAnsiHoleType | fitHoleType | ) |
Sets the tolerance limit fit ansi hole type
Created in NX7.5.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
fitHoleType | New limit tolerance ansi hole type |
void NXOpen::Annotations::LinearTolerance::SetLimitFitDeviation | ( | const NXString & | fitDeviation | ) |
Sets the tolerance limit fit deviation
Created in NX7.5.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
fitDeviation | New limit fit deviation |
void NXOpen::Annotations::LinearTolerance::SetLimitFitDeviation | ( | const char * | fitDeviation | ) |
Sets the tolerance limit fit deviation
Created in NX7.5.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
fitDeviation | New limit fit deviation |
void NXOpen::Annotations::LinearTolerance::SetLimitFitDisplayStyle | ( | NXOpen::Annotations::FitDisplayStyle | fitDisplayStyle | ) |
Sets the tolerance limit fit display style
Created in NX7.5.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
fitDisplayStyle | New limit tolerance display style |
void NXOpen::Annotations::LinearTolerance::SetLimitFitGrade | ( | int | fitGrade | ) |
Sets the tolerance limit fit grade
Created in NX7.5.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
fitGrade | New Limit fit grade |
void NXOpen::Annotations::LinearTolerance::SetLowerToleranceInches | ( | const NXOpen::Annotations::Value & | lowerToleranceInches | ) |
Sets the lower tolerance value in inches
Created in NX4.0.0.
License requirements : None
lowerToleranceInches | New lower tolerance in inches |
void NXOpen::Annotations::LinearTolerance::SetLowerToleranceMm | ( | const NXOpen::Annotations::Value & | lowerToleranceMm | ) |
Sets the lower tolerance in millimeters(MM)
Created in NX4.0.0.
License requirements : None
lowerToleranceMm | New lower tolerance in millimeters |
void NXOpen::Annotations::LinearTolerance::SetPrimaryDimensionDecimalPlaces | ( | int | primaryDimensionDecimalPlaces | ) |
Sets the number of decimal places for primary dimension
Created in NX4.0.0.
License requirements : None
primaryDimensionDecimalPlaces | New number of primary dimension decimal places |
void NXOpen::Annotations::LinearTolerance::SetToleranceType | ( | NXOpen::Annotations::ToleranceType | type | ) |
Sets the tolerance type
Created in NX4.0.0.
License requirements : None
type | New tolerance type |
void NXOpen::Annotations::LinearTolerance::SetUpperToleranceInches | ( | const NXOpen::Annotations::Value & | upperToleranceInches | ) |
Sets the upper tolerance in inches
Created in NX4.0.0.
License requirements : None
upperToleranceInches | New upper tolerance in inches |
void NXOpen::Annotations::LinearTolerance::SetUpperToleranceMm | ( | const NXOpen::Annotations::Value & | upperToleranceMm | ) |
Sets the upper tolerance in millimeters(MM)
Created in NX4.0.0.
License requirements : None
upperToleranceMm | New upper tolerance in millimeters |
void NXOpen::Annotations::LinearTolerance::SetZeroToleranceDisplayStyle | ( | NXOpen::Annotations::ZeroToleranceDisplayStyle | zeroDisplayStyle | ) |
Sets the zero tolerance display style
Created in NX7.5.0.
License requirements : None
zeroDisplayStyle | zero display style |
NXOpen::Annotations::ToleranceType NXOpen::Annotations::LinearTolerance::ToleranceType | ( | ) |
Returns the tolerance type
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::ZeroToleranceDisplayStyle NXOpen::Annotations::LinearTolerance::ZeroToleranceDisplayStyle | ( | ) |
Returns the zero tolerance display style
Created in NX7.5.0.
License requirements : None