NX Open C++ Reference Guide
|
Represents narrow dimension preferences
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::ArrowheadType | DimensionArrowheadType () |
Returns the dimension arrowhead type when no space for normal arrowheads Created in NX4.0.0. | |
NXOpen::Annotations::NarrowDisplayOption | DimensionDisplayOption () |
Returns the dimension display option Created in NX4.0.0. | |
double | DimensionLeaderAngle () |
Returns the dimension leader angle Created in NX4.0.0. | |
double | DimensionTextOffset () |
Returns the dimension text offset Created in NX4.0.0. | |
NXOpen::Annotations::NarrowTextOrientation | DimensionTextOrientation () |
Returns the dimension text orientation Created in NX4.0.0. | |
void | SetDimensionArrowheadType (NXOpen::Annotations::ArrowheadType type) |
Sets the dimension arrowhead type when no space for normal arrowheads Created in NX4.0.0. | |
void | SetDimensionDisplayOption (NXOpen::Annotations::NarrowDisplayOption option) |
Sets the dimension display option Created in NX4.0.0. | |
void | SetDimensionLeaderAngle (double leaderAngle) |
Sets the dimension leader angle Created in NX4.0.0. | |
void | SetDimensionTextOffset (double textOffset) |
Sets the dimension text offset Created in NX4.0.0. | |
void | SetDimensionTextOrientation (NXOpen::Annotations::NarrowTextOrientation textOrientation) |
Sets the dimension text orientation Created in NX4.0.0. | |
virtual | ~NarrowDimensionPreferences () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents narrow dimension preferences
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
NXOpen::Annotations::ArrowheadType NXOpen::Annotations::NarrowDimensionPreferences::DimensionArrowheadType | ( | ) |
Returns the dimension arrowhead type when no space for normal arrowheads
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::NarrowDisplayOption NXOpen::Annotations::NarrowDimensionPreferences::DimensionDisplayOption | ( | ) |
Returns the dimension display option
Created in NX4.0.0.
License requirements : None
double NXOpen::Annotations::NarrowDimensionPreferences::DimensionLeaderAngle | ( | ) |
Returns the dimension leader angle
Created in NX4.0.0.
License requirements : None
double NXOpen::Annotations::NarrowDimensionPreferences::DimensionTextOffset | ( | ) |
Returns the dimension text offset
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::NarrowTextOrientation NXOpen::Annotations::NarrowDimensionPreferences::DimensionTextOrientation | ( | ) |
Returns the dimension text orientation
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::NarrowDimensionPreferences::SetDimensionArrowheadType | ( | NXOpen::Annotations::ArrowheadType | type | ) |
Sets the dimension arrowhead type when no space for normal arrowheads
Created in NX4.0.0.
License requirements : None
type | New arrowhead type |
void NXOpen::Annotations::NarrowDimensionPreferences::SetDimensionDisplayOption | ( | NXOpen::Annotations::NarrowDisplayOption | option | ) |
Sets the dimension display option
Created in NX4.0.0.
License requirements : None
option | New display option |
void NXOpen::Annotations::NarrowDimensionPreferences::SetDimensionLeaderAngle | ( | double | leaderAngle | ) |
Sets the dimension leader angle
Created in NX4.0.0.
License requirements : None
leaderAngle | New leader angle |
void NXOpen::Annotations::NarrowDimensionPreferences::SetDimensionTextOffset | ( | double | textOffset | ) |
Sets the dimension text offset
Created in NX4.0.0.
License requirements : None
textOffset | New text offset |
void NXOpen::Annotations::NarrowDimensionPreferences::SetDimensionTextOrientation | ( | NXOpen::Annotations::NarrowTextOrientation | textOrientation | ) |
Sets the dimension text orientation
Created in NX4.0.0.
License requirements : None
textOrientation | New text orientation |