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

Represents a NXOpen.Annotations.UnitsStyleBuilder . More...

Inheritance diagram for NXOpen.Annotations.UnitsStyleBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Annotations.AngularSuppressZeros 
AngularSuppressZeros [get, set]
 Returns or sets the angular suppress zeros option More...
 
unsafe bool ConvertPrimaryTolerance [get, set]
 Returns or sets the convert primary tolerance option. More...
 
unsafe
NXOpen.Annotations.DecimalPointCharacter 
DecimalPointCharacter [get, set]
 Returns or sets the decimal point character More...
 
unsafe
NXOpen.Annotations.AngularDimensionFormat 
DimensionAngularFormat [get, set]
 Returns or sets the dimension angular format and precision More...
 
unsafe
NXOpen.Annotations.DimensionUnit 
DimensionLinearUnits [get, set]
 Returns or sets the dimension linear units More...
 
unsafe
NXOpen.Annotations.TolerancePlacement 
DimensionTolerancePlacement [get, set]
 Returns or sets the dimension tolerance placement relative to the dimension value More...
 
unsafe bool DisplayLeadingDimensionZeros [get, set]
 Returns or sets the display leading dimension zeros setting for linear dimensions and fractional angular dimensions More...
 
unsafe bool DisplayLeadingToleranceZeros [get, set]
 Returns or sets the display leading tolerance zeros setting for linear dimensions and fractional angular dimensions More...
 
unsafe bool DisplayTrailingZeros [get, set]
 Returns or sets the display trailing zeros setting for linear dimensions and tolerances More...
 
unsafe bool DualDimensionCenterDimensionLine [get, set]
 Returns or sets the center dimension line flag for dual dimension. More...
 
unsafe
NXOpen.Annotations.DualDimensionPlacement 
DualDimensionFormat [get, set]
 Returns or sets the dual dimension format. More...
 
unsafe
NXOpen.Annotations.DimensionUnit 
DualDimensionUnits [get, set]
 Returns or sets the dual dimension units More...
 
unsafe
NXOpen.Annotations.DimensionTextFormat 
DualFractionType [get, set]
 Returns or sets the decimal and fraction format for dual nonmetric dimensions More...
 
unsafe bool FractionalDisplay [get, set]
 Returns or sets the fractional display for angular dimension More...
 
unsafe
NXOpen.Annotations.DimensionTextFormat 
LinearFractionType [get, set]
 Returns or sets the decimal and fraction text format for nonmetric dimensions 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.AngularDimensionFormat 
ToleranceAngularFormat [get, set]
 Returns or sets the tolerance angular format and precision More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Annotations.UnitsStyleBuilder .

This class queries and sets units and format preferences when creating or editing a dimension.

Created in NX6.0.0

Member Function Documentation

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Annotations.AngularSuppressZeros NXOpen.Annotations.UnitsStyleBuilder.AngularSuppressZeros
getset

Returns or sets the angular suppress zeros option

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.ConvertPrimaryTolerance
getset

Returns or sets the convert primary tolerance option.

A value of True means that the dual dimension tolerance is automatically set by converting the primary dimension tolerance value to the dual dimension units

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DecimalPointCharacter NXOpen.Annotations.UnitsStyleBuilder.DecimalPointCharacter
getset

Returns or sets the decimal point character

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.AngularDimensionFormat NXOpen.Annotations.UnitsStyleBuilder.DimensionAngularFormat
getset

Returns or sets the dimension angular format and precision

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DimensionUnit NXOpen.Annotations.UnitsStyleBuilder.DimensionLinearUnits
getset

Returns or sets the dimension linear units

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.TolerancePlacement NXOpen.Annotations.UnitsStyleBuilder.DimensionTolerancePlacement
getset

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

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.DisplayLeadingDimensionZeros
getset

Returns or sets the display leading dimension zeros setting for linear dimensions and fractional angular dimensions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.DisplayLeadingToleranceZeros
getset

Returns or sets the display leading tolerance zeros setting for linear dimensions and fractional angular dimensions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.DisplayTrailingZeros
getset

Returns or sets the display trailing zeros setting for linear dimensions and tolerances

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DualDimensionPlacement NXOpen.Annotations.UnitsStyleBuilder.DualDimensionFormat
getset

Returns or sets the dual dimension format.

This specifies both the creation and position of the dual dimension

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DimensionUnit NXOpen.Annotations.UnitsStyleBuilder.DualDimensionUnits
getset

Returns or sets the dual dimension units

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DimensionTextFormat NXOpen.Annotations.UnitsStyleBuilder.DualFractionType
getset

Returns or sets the decimal and fraction format for dual nonmetric dimensions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.DimensionTextFormat NXOpen.Annotations.UnitsStyleBuilder.LinearFractionType
getset

Returns or sets the decimal and fraction text format for nonmetric dimensions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe int NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe double NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe int NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe int NXOpen.Annotations.UnitsStyleBuilder.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: geometric_tol ("GDT") OR drafting ("DRAFTING")

unsafe NXOpen.Annotations.AngularDimensionFormat NXOpen.Annotations.UnitsStyleBuilder.ToleranceAngularFormat
getset

Returns or sets the tolerance angular format and precision

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT") OR drafting ("DRAFTING")


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