NX Open C++ Reference Guide
|
Represents a Base Surface Finish
This is an abstract class, and cannot be instantiated.
More...
Public Member Functions | |
bool | GetInvertSymbol () |
Return the invert symbol flag for symbol having flag type leader. | |
virtual NXOpen::Annotations::LinearTolerance * | GetTolerance () |
Returns the tolerance. | |
NXOpen::Annotations::UnitsFormatPreferences * | GetUnitsFormatPrefs () |
Returns the unit format preferences. | |
void | SetInvertSymbol (bool invertSymbol) |
Set the invert symbol flag for symbol having flag type leader Created in NX7.5.2. | |
virtual void | SetTolerance (NXOpen::Annotations::LinearTolerance *tolerance) |
Sets the tolerance Created in NX4.0.0. | |
void | SetUnitsFormatPrefs (NXOpen::Annotations::UnitsFormatPreferences *unitsFormat) |
Sets the unit format preferences Created in NX7.5.0. |
Represents a Base Surface Finish
This is an abstract class, and cannot be instantiated.
Created in NX7.5.0.
Return the invert symbol flag for symbol having flag type leader.
virtual NXOpen::Annotations::LinearTolerance* NXOpen::Annotations::BaseSurfaceFinish::GetTolerance | ( | ) | [virtual] |
Returns the tolerance.
Implements NXOpen::Annotations::ILinearTolerance.
NXOpen::Annotations::UnitsFormatPreferences* NXOpen::Annotations::BaseSurfaceFinish::GetUnitsFormatPrefs | ( | ) |
Returns the unit format preferences.
void NXOpen::Annotations::BaseSurfaceFinish::SetInvertSymbol | ( | bool | invertSymbol | ) |
Set the invert symbol flag for symbol having flag type leader
Created in NX7.5.2.
License requirements : drafting ("DRAFTING")
invertSymbol | invertsymbol |
virtual void NXOpen::Annotations::BaseSurfaceFinish::SetTolerance | ( | NXOpen::Annotations::LinearTolerance * | tolerance | ) | [virtual] |
Sets the tolerance
Created in NX4.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
tolerance | tolerance |
Implements NXOpen::Annotations::ILinearTolerance.
void NXOpen::Annotations::BaseSurfaceFinish::SetUnitsFormatPrefs | ( | NXOpen::Annotations::UnitsFormatPreferences * | unitsFormat | ) |
Sets the unit format preferences
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
unitsFormat | unitsformat |