|
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...
|
|
NXOpen::Annotations::OrdinateDimension::DoglegPreferences | GetDoglegData () |
| Returns the dogleg data for Ordinate Dimension.
|
|
NXOpen::Annotations::OrdinateOriginDimension * | GetOrdinateOrigin () |
| Returns the ordinate origin of a given ordinate dimension.
|
|
virtual
NXOpen::Annotations::LinearTolerance * | GetTolerance () |
| Returns the tolerance.
|
|
void | SetDoglegData (const NXOpen::Annotations::OrdinateDimension::DoglegPreferences &ordinateDoglegPreferences) |
| Sets the dogleg data for Ordinate Dimension.
|
|
virtual void | SetTolerance (NXOpen::Annotations::LinearTolerance *tolerance) |
| Sets the tolerance.
|
|
Represents a vertical ordinate dimension
To create or edit an instance of this class, use Annotations::OrdinateDimensionBuilder
Created in NX4.0.0.