Class UnitsFormatPreferences
Inheritance
UnitsFormatPreferences
Assembly: NXOpen.dll
public class UnitsFormatPreferences : TransientObject, IMessageSink, IDisposable
Constructors
Declaration
protected UnitsFormatPreferences(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Declaration
public AngularDimensionFormat AngularDimensionFormat { get; set; }
Property Value
Declaration
public AngularDimensionFormat AngularToleranceFormat { get; set; }
Property Value
Declaration
public bool ConvertPrimaryToleranceToDualDimensionUnit { get; set; }
Property Value
Declaration
public DecimalPointCharacter DecimalPointCharacter { get; set; }
Property Value
Declaration
public bool DimensionLeadingZero { get; set; }
Property Value
Declaration
public bool DisplayTrailingZeros { get; set; }
Property Value
Declaration
public bool DualDimensionCenterDimensionLine { get; set; }
Property Value
Declaration
public DualDimensionPlacement DualDimensionPlacement { get; set; }
Property Value
DualDimensionTextFormat
Declaration
public DimensionTextFormat DualDimensionTextFormat { get; set; }
Property Value
Declaration
public DimensionUnit DualDimensionUnit { get; set; }
Property Value
Declaration
public bool FractionalDisplay { get; set; }
Property Value
Declaration
public int NumeratorDegrees { get; set; }
Property Value
Declaration
public double NumeratorFraction { get; set; }
Property Value
Declaration
public int NumeratorMinutes { get; set; }
Property Value
Declaration
public int NumeratorSeconds { get; set; }
Property Value
PrimaryDimensionTextFormat
Declaration
public DimensionTextFormat PrimaryDimensionTextFormat { get; set; }
Property Value
Declaration
public DimensionUnit PrimaryDimensionUnit { get; set; }
Property Value
Declaration
public AngularSuppressZeros SuppressAngularZerosOption { get; set; }
Property Value
Declaration
public bool ToleranceLeadingZero { get; set; }
Property Value
Declaration
public TolerancePlacement TolerancePlacement { get; set; }
Property Value
Methods
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink