NX Open C++ Reference Guide
|
Represents units and format preferences
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::AngularDimensionFormat | AngularDimensionFormat () |
Returns the angular dimension format Created in NX4.0.0. | |
NXOpen::Annotations::AngularDimensionFormat | AngularToleranceFormat () |
Returns the angular tolerance format Created in NX4.0.0. | |
bool | ConvertPrimaryToleranceToDualDimensionUnit () |
Returns the flag indicating whether to convert the primary tolerance to dual dimension unit Created in NX4.0.0. | |
NXOpen::Annotations::DecimalPointCharacter | DecimalPointCharacter () |
Returns the decimal point character Created in NX4.0.0. | |
bool | DimensionLeadingZero () |
Returns the dimension leading zero display property Created in NX5.0.0. | |
bool | DisplayTrailingZeros () |
Returns the flag indicating whether to display trailing zeros on dimension values Created in NX4.0.0. | |
NXOpen::Annotations::DualDimensionPlacement | DualDimensionPlacement () |
Returns the dual dimension placement relative to the primary dimension Created in NX4.0.0. | |
NXOpen::Annotations::DimensionTextFormat | DualDimensionTextFormat () |
Returns the dual dimension text format Created in NX4.0.0. | |
NXOpen::Annotations::DimensionUnit | DualDimensionUnit () |
Returns the dual dimension unit Created in NX4.0.0. | |
bool | FractionalDisplay () |
Returns the fractional display for angular dimension Created in NX8.0.0. | |
int | NumeratorDegrees () |
Returns the numerator degrees of fractional display for angular dimension Created in NX8.0.0. | |
double | NumeratorFraction () |
Returns the numerator fractional degrees of fractional display for angular dimension Created in NX8.0.0. | |
int | NumeratorMinutes () |
Returns the numerator minutes of fractional display for angular dimension Created in NX8.0.0. | |
int | NumeratorSeconds () |
Returns the numerator seconds of fractional display for angular dimension Created in NX8.0.0. | |
NXOpen::Annotations::DimensionTextFormat | PrimaryDimensionTextFormat () |
Returns the primary dimension text format Created in NX4.0.0. | |
NXOpen::Annotations::DimensionUnit | PrimaryDimensionUnit () |
Returns the primary dimension unit Created in NX4.0.0. | |
void | SetAngularDimensionFormat (NXOpen::Annotations::AngularDimensionFormat format) |
Sets the angular dimension format Created in NX4.0.0. | |
void | SetAngularToleranceFormat (NXOpen::Annotations::AngularDimensionFormat format) |
Sets the angular tolerance format Created in NX4.0.0. | |
void | SetConvertPrimaryToleranceToDualDimensionUnit (bool convertPrimaryToleranceToDualUnit) |
Sets the flag indicating whether to convert the primary tolerance to dual dimension unit Created in NX4.0.0. | |
void | SetDecimalPointCharacter (NXOpen::Annotations::DecimalPointCharacter decimalPointCharacter) |
Sets the decimal point character Created in NX4.0.0. | |
void | SetDimensionLeadingZero (bool dimensionLeadingZero) |
Sets the dimension leading zero display property Created in NX5.0.0. | |
void | SetDisplayTrailingZeros (bool displayTrailingZeros) |
Sets the flag indicating whether to display trailing zeros on dimension values Created in NX4.0.0. | |
void | SetDualDimensionPlacement (NXOpen::Annotations::DualDimensionPlacement placement) |
Sets the dual dimension placement relative to the primary dimension Created in NX4.0.0. | |
void | SetDualDimensionTextFormat (NXOpen::Annotations::DimensionTextFormat textFormat) |
Sets the dual dimension text format Created in NX4.0.0. | |
void | SetDualDimensionUnit (NXOpen::Annotations::DimensionUnit unit) |
Sets the dual dimension unit Created in NX4.0.0. | |
void | SetFractionalDisplay (bool fractionalDisplay) |
Sets the fractional display for angular dimension Created in NX8.0.0. | |
void | SetNumeratorDegrees (int numeratorDegrees) |
Sets the numerator degrees of fractional display for angular dimension Created in NX8.0.0. | |
void | SetNumeratorFraction (double numeratorFraction) |
Sets the numerator fractional degrees of fractional display for angular dimension Created in NX8.0.0. | |
void | SetNumeratorMinutes (int numeratorMinutes) |
Sets the numerator minutes of fractional display for angular dimension Created in NX8.0.0. | |
void | SetNumeratorSeconds (int numeratorSeconds) |
Sets the numerator seconds of fractional display for angular dimension Created in NX8.0.0. | |
void | SetPrimaryDimensionTextFormat (NXOpen::Annotations::DimensionTextFormat textFormat) |
Sets the primary dimension text format Created in NX4.0.0. | |
void | SetPrimaryDimensionUnit (NXOpen::Annotations::DimensionUnit unit) |
Sets the primary dimension unit Created in NX4.0.0. | |
void | SetSuppressAngularZerosOption (NXOpen::Annotations::AngularSuppressZeros option) |
Sets the angular dimension suppress zeros option Created in NX4.0.0. | |
void | SetToleranceLeadingZero (bool toleranceLeadingZero) |
Sets the tolerance leading zero display property Created in NX5.0.0. | |
void | SetTolerancePlacement (NXOpen::Annotations::TolerancePlacement placement) |
Sets the tolerance text placement relative to the dimension text Created in NX4.0.0. | |
NXOpen::Annotations::AngularSuppressZeros | SuppressAngularZerosOption () |
Returns the angular dimension suppress zeros option Created in NX4.0.0. | |
bool | ToleranceLeadingZero () |
Returns the tolerance leading zero display property Created in NX5.0.0. | |
NXOpen::Annotations::TolerancePlacement | TolerancePlacement () |
Returns the tolerance text placement relative to the dimension text Created in NX4.0.0. | |
virtual | ~UnitsFormatPreferences () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents units and format 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::AngularDimensionFormat NXOpen::Annotations::UnitsFormatPreferences::AngularDimensionFormat | ( | ) |
Returns the angular dimension format
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::AngularDimensionFormat NXOpen::Annotations::UnitsFormatPreferences::AngularToleranceFormat | ( | ) |
Returns the angular tolerance format
Created in NX4.0.0.
License requirements : None
bool NXOpen::Annotations::UnitsFormatPreferences::ConvertPrimaryToleranceToDualDimensionUnit | ( | ) |
Returns the flag indicating whether to convert the primary tolerance to dual dimension unit
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DecimalPointCharacter NXOpen::Annotations::UnitsFormatPreferences::DecimalPointCharacter | ( | ) |
Returns the decimal point character
Created in NX4.0.0.
License requirements : None
bool NXOpen::Annotations::UnitsFormatPreferences::DimensionLeadingZero | ( | ) |
Returns the dimension leading zero display property
Created in NX5.0.0.
License requirements : None
bool NXOpen::Annotations::UnitsFormatPreferences::DisplayTrailingZeros | ( | ) |
Returns the flag indicating whether to display trailing zeros on dimension values
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DualDimensionPlacement NXOpen::Annotations::UnitsFormatPreferences::DualDimensionPlacement | ( | ) |
Returns the dual dimension placement relative to the primary dimension
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DimensionTextFormat NXOpen::Annotations::UnitsFormatPreferences::DualDimensionTextFormat | ( | ) |
Returns the dual dimension text format
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DimensionUnit NXOpen::Annotations::UnitsFormatPreferences::DualDimensionUnit | ( | ) |
Returns the dual dimension unit
Created in NX4.0.0.
License requirements : None
bool NXOpen::Annotations::UnitsFormatPreferences::FractionalDisplay | ( | ) |
Returns the fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
int NXOpen::Annotations::UnitsFormatPreferences::NumeratorDegrees | ( | ) |
Returns the numerator degrees of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
double NXOpen::Annotations::UnitsFormatPreferences::NumeratorFraction | ( | ) |
Returns the numerator fractional degrees of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
int NXOpen::Annotations::UnitsFormatPreferences::NumeratorMinutes | ( | ) |
Returns the numerator minutes of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
int NXOpen::Annotations::UnitsFormatPreferences::NumeratorSeconds | ( | ) |
Returns the numerator seconds of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
NXOpen::Annotations::DimensionTextFormat NXOpen::Annotations::UnitsFormatPreferences::PrimaryDimensionTextFormat | ( | ) |
Returns the primary dimension text format
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DimensionUnit NXOpen::Annotations::UnitsFormatPreferences::PrimaryDimensionUnit | ( | ) |
Returns the primary dimension unit
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::UnitsFormatPreferences::SetAngularDimensionFormat | ( | NXOpen::Annotations::AngularDimensionFormat | format | ) |
Sets the angular dimension format
Created in NX4.0.0.
License requirements : None
format | format |
void NXOpen::Annotations::UnitsFormatPreferences::SetAngularToleranceFormat | ( | NXOpen::Annotations::AngularDimensionFormat | format | ) |
Sets the angular tolerance format
Created in NX4.0.0.
License requirements : None
format | format |
void NXOpen::Annotations::UnitsFormatPreferences::SetConvertPrimaryToleranceToDualDimensionUnit | ( | bool | convertPrimaryToleranceToDualUnit | ) |
Sets the flag indicating whether to convert the primary tolerance to dual dimension unit
Created in NX4.0.0.
License requirements : None
convertPrimaryToleranceToDualUnit | convert primary tolerance to dual unit |
void NXOpen::Annotations::UnitsFormatPreferences::SetDecimalPointCharacter | ( | NXOpen::Annotations::DecimalPointCharacter | decimalPointCharacter | ) |
Sets the decimal point character
Created in NX4.0.0.
License requirements : None
decimalPointCharacter | decimal point character |
void NXOpen::Annotations::UnitsFormatPreferences::SetDimensionLeadingZero | ( | bool | dimensionLeadingZero | ) |
Sets the dimension leading zero display property
Created in NX5.0.0.
License requirements : None
dimensionLeadingZero | dimension leading zero |
void NXOpen::Annotations::UnitsFormatPreferences::SetDisplayTrailingZeros | ( | bool | displayTrailingZeros | ) |
Sets the flag indicating whether to display trailing zeros on dimension values
Created in NX4.0.0.
License requirements : None
displayTrailingZeros | display trailing zeros |
void NXOpen::Annotations::UnitsFormatPreferences::SetDualDimensionPlacement | ( | NXOpen::Annotations::DualDimensionPlacement | placement | ) |
Sets the dual dimension placement relative to the primary dimension
Created in NX4.0.0.
License requirements : None
placement | placement |
void NXOpen::Annotations::UnitsFormatPreferences::SetDualDimensionTextFormat | ( | NXOpen::Annotations::DimensionTextFormat | textFormat | ) |
Sets the dual dimension text format
Created in NX4.0.0.
License requirements : None
textFormat | text format |
void NXOpen::Annotations::UnitsFormatPreferences::SetDualDimensionUnit | ( | NXOpen::Annotations::DimensionUnit | unit | ) |
Sets the dual dimension unit
Created in NX4.0.0.
License requirements : None
unit | unit |
void NXOpen::Annotations::UnitsFormatPreferences::SetFractionalDisplay | ( | bool | fractionalDisplay | ) |
Sets the fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
fractionalDisplay | fractionaldisplay |
void NXOpen::Annotations::UnitsFormatPreferences::SetNumeratorDegrees | ( | int | numeratorDegrees | ) |
Sets the numerator degrees of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
numeratorDegrees | numerator degrees |
void NXOpen::Annotations::UnitsFormatPreferences::SetNumeratorFraction | ( | double | numeratorFraction | ) |
Sets the numerator fractional degrees of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
numeratorFraction | numeratorfraction |
void NXOpen::Annotations::UnitsFormatPreferences::SetNumeratorMinutes | ( | int | numeratorMinutes | ) |
Sets the numerator minutes of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
numeratorMinutes | numerator minutes |
void NXOpen::Annotations::UnitsFormatPreferences::SetNumeratorSeconds | ( | int | numeratorSeconds | ) |
Sets the numerator seconds of fractional display for angular dimension
Created in NX8.0.0.
License requirements : None
numeratorSeconds | numerator seconds |
void NXOpen::Annotations::UnitsFormatPreferences::SetPrimaryDimensionTextFormat | ( | NXOpen::Annotations::DimensionTextFormat | textFormat | ) |
Sets the primary dimension text format
Created in NX4.0.0.
License requirements : None
textFormat | text format |
void NXOpen::Annotations::UnitsFormatPreferences::SetPrimaryDimensionUnit | ( | NXOpen::Annotations::DimensionUnit | unit | ) |
Sets the primary dimension unit
Created in NX4.0.0.
License requirements : None
unit | unit |
void NXOpen::Annotations::UnitsFormatPreferences::SetSuppressAngularZerosOption | ( | NXOpen::Annotations::AngularSuppressZeros | option | ) |
Sets the angular dimension suppress zeros option
Created in NX4.0.0.
License requirements : None
option | option |
void NXOpen::Annotations::UnitsFormatPreferences::SetToleranceLeadingZero | ( | bool | toleranceLeadingZero | ) |
Sets the tolerance leading zero display property
Created in NX5.0.0.
License requirements : None
toleranceLeadingZero | tolerance leading zero |
void NXOpen::Annotations::UnitsFormatPreferences::SetTolerancePlacement | ( | NXOpen::Annotations::TolerancePlacement | placement | ) |
Sets the tolerance text placement relative to the dimension text
Created in NX4.0.0.
License requirements : None
placement | placement |
NXOpen::Annotations::AngularSuppressZeros NXOpen::Annotations::UnitsFormatPreferences::SuppressAngularZerosOption | ( | ) |
Returns the angular dimension suppress zeros option
Created in NX4.0.0.
License requirements : None
bool NXOpen::Annotations::UnitsFormatPreferences::ToleranceLeadingZero | ( | ) |
Returns the tolerance leading zero display property
Created in NX5.0.0.
License requirements : None
NXOpen::Annotations::TolerancePlacement NXOpen::Annotations::UnitsFormatPreferences::TolerancePlacement | ( | ) |
Returns the tolerance text placement relative to the dimension text
Created in NX4.0.0.
License requirements : None