NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Protected Member Functions | Properties | List of all members
NXOpen.Annotations.UnitsFormatPreferences Class Reference

Represents units and format preferences More...

Inheritance diagram for NXOpen.Annotations.UnitsFormatPreferences:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe
NXOpen.Annotations.AngularDimensionFormat 
AngularDimensionFormat [get, set]
 Returns or sets the angular dimension format More...
 
unsafe
NXOpen.Annotations.AngularDimensionFormat 
AngularToleranceFormat [get, set]
 Returns or sets the angular tolerance format More...
 
unsafe bool ConvertPrimaryToleranceToDualDimensionUnit [get, set]
 Returns or sets the flag indicating whether to convert the primary tolerance to dual dimension unit More...
 
unsafe
NXOpen.Annotations.DecimalPointCharacter 
DecimalPointCharacter [get, set]
 Returns or sets the decimal point character More...
 
unsafe bool DimensionLeadingZero [get, set]
 Returns or sets the dimension leading zero display property More...
 
unsafe bool DisplayTrailingZeros [get, set]
 Returns or sets the flag indicating whether to display trailing zeros on dimension values More...
 
unsafe bool DualDimensionCenterDimensionLine [get, set]
 Returns or sets the center dimension line flag for dual dimension. More...
 
unsafe
NXOpen.Annotations.DualDimensionPlacement 
DualDimensionPlacement [get, set]
 Returns or sets the dual dimension placement relative to the primary dimension More...
 
unsafe
NXOpen.Annotations.DimensionTextFormat 
DualDimensionTextFormat [get, set]
 Returns or sets the dual dimension text format More...
 
unsafe
NXOpen.Annotations.DimensionUnit 
DualDimensionUnit [get, set]
 Returns or sets the dual dimension unit More...
 
unsafe bool FractionalDisplay [get, set]
 Returns or sets the fractional display for angular dimension More...
 
unsafe int NumeratorDegrees [get, set]
 Returns or sets the numerator degrees of fractional display for angular dimension More...
 
unsafe double NumeratorFraction [get, set]
 Returns or sets the numerator fractional degrees of fractional display for angular dimension More...
 
unsafe int NumeratorMinutes [get, set]
 Returns or sets the numerator minutes of fractional display for angular dimension More...
 
unsafe int NumeratorSeconds [get, set]
 Returns or sets the numerator seconds of fractional display for angular dimension More...
 
unsafe
NXOpen.Annotations.DimensionTextFormat 
PrimaryDimensionTextFormat [get, set]
 Returns or sets the primary dimension text format More...
 
unsafe
NXOpen.Annotations.DimensionUnit 
PrimaryDimensionUnit [get, set]
 Returns or sets the primary dimension unit More...
 
unsafe
NXOpen.Annotations.AngularSuppressZeros 
SuppressAngularZerosOption [get, set]
 Returns or sets the angular dimension suppress zeros option More...
 
unsafe bool ToleranceLeadingZero [get, set]
 Returns or sets the tolerance leading zero display property More...
 
unsafe
NXOpen.Annotations.TolerancePlacement 
TolerancePlacement [get, set]
 Returns or sets the tolerance text placement relative to the dimension text More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 

Detailed Description

Represents units and format preferences

Created in NX4.0.0

Member Function Documentation

override void NXOpen.Annotations.UnitsFormatPreferences.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

Property Documentation

unsafe NXOpen.Annotations.AngularDimensionFormat NXOpen.Annotations.UnitsFormatPreferences.AngularDimensionFormat
getset

Returns or sets the angular dimension format

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.AngularDimensionFormat NXOpen.Annotations.UnitsFormatPreferences.AngularToleranceFormat
getset

Returns or sets the angular tolerance format

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.ConvertPrimaryToleranceToDualDimensionUnit
getset

Returns or sets the flag indicating whether to convert the primary tolerance to dual dimension unit

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DecimalPointCharacter NXOpen.Annotations.UnitsFormatPreferences.DecimalPointCharacter
getset

Returns or sets the decimal point character

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.DimensionLeadingZero
getset

Returns or sets the dimension leading zero display property

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.DisplayTrailingZeros
getset

Returns or sets the flag indicating whether to display trailing zeros on dimension values

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.DualDimensionCenterDimensionLine
getset

Returns or sets the center dimension line flag for dual dimension.

If this flag is true, the alignment of the dimension line will be centered between the main and dual text, regardless of appended text above or below and the Vertical Alignment of the leader line.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DualDimensionPlacement NXOpen.Annotations.UnitsFormatPreferences.DualDimensionPlacement
getset

Returns or sets the dual dimension placement relative to the primary dimension

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DimensionTextFormat NXOpen.Annotations.UnitsFormatPreferences.DualDimensionTextFormat
getset

Returns or sets the dual dimension text format

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DimensionUnit NXOpen.Annotations.UnitsFormatPreferences.DualDimensionUnit
getset

Returns or sets the dual dimension unit

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.FractionalDisplay
getset

Returns or sets the fractional display for angular dimension

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Annotations.UnitsFormatPreferences.NumeratorDegrees
getset

Returns or sets the numerator degrees of fractional display for angular dimension

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.UnitsFormatPreferences.NumeratorFraction
getset

Returns or sets the numerator fractional degrees of fractional display for angular dimension

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Annotations.UnitsFormatPreferences.NumeratorMinutes
getset

Returns or sets the numerator minutes of fractional display for angular dimension

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Annotations.UnitsFormatPreferences.NumeratorSeconds
getset

Returns or sets the numerator seconds of fractional display for angular dimension

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DimensionTextFormat NXOpen.Annotations.UnitsFormatPreferences.PrimaryDimensionTextFormat
getset

Returns or sets the primary dimension text format

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.DimensionUnit NXOpen.Annotations.UnitsFormatPreferences.PrimaryDimensionUnit
getset

Returns or sets the primary dimension unit

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.AngularSuppressZeros NXOpen.Annotations.UnitsFormatPreferences.SuppressAngularZerosOption
getset

Returns or sets the angular dimension suppress zeros option

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.UnitsFormatPreferences.ToleranceLeadingZero
getset

Returns or sets the tolerance leading zero display property

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.TolerancePlacement NXOpen.Annotations.UnitsFormatPreferences.TolerancePlacement
getset

Returns or sets the tolerance text placement relative to the dimension text

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.