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. | |
virtual void | SetTolerance (NXOpen::Annotations::LinearTolerance *tolerance) |
Sets the tolerance. | |
void | SetUnitsFormatPrefs (NXOpen::Annotations::UnitsFormatPreferences *unitsFormat) |
Sets the unit format preferences. | |
Additional Inherited Members | |
![]() | |
enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
specifies the object font for objects such as lines Created in NX3.0.0. More... | |
enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
Represents a Base Surface Finish
This is an abstract class, and cannot be instantiated.
Created in NX7.5.0.
bool NXOpen::Annotations::BaseSurfaceFinish::GetInvertSymbol | ( | ) |
Return the invert symbol flag for symbol having flag type leader.
|
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.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX7.5.2.
License requirements : drafting ("DRAFTING")
invertSymbol | invertsymbol |
|
virtual |
Sets the tolerance.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
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.
NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
unitsFormat | unitsformat |