Class LetteringPreferences
Inheritance
LetteringPreferences
Assembly: NXOpen.dll
Syntax
public class LetteringPreferences : TransientObject, IMessageSink, IDisposable
Constructors
LetteringPreferences(nint)
Declaration
protected LetteringPreferences(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AlignmentPosition
Declaration
public AlignmentPosition AlignmentPosition { get; set; }
Property Value
Angle
Declaration
public double Angle { get; set; }
Property Value
DimAppendedTextSpaceFactor
Declaration
public double DimAppendedTextSpaceFactor { get; set; }
Property Value
DimDimLineSpaceFactor
Declaration
public double DimDimLineSpaceFactor { get; set; }
Property Value
DimToleranceTextSpaceFactor
Declaration
public double DimToleranceTextSpaceFactor { get; set; }
Property Value
GdtFrameHeightFactor
Declaration
public double GdtFrameHeightFactor { get; set; }
Property Value
HorizTextJust
Declaration
public TextJustification HorizTextJust { get; set; }
Property Value
StackAboveSpaceFactor
Declaration
public double StackAboveSpaceFactor { get; set; }
Property Value
StackAutospace
Declaration
public bool StackAutospace { get; set; }
Property Value
StackBelowSpaceFactor
Declaration
public double StackBelowSpaceFactor { get; set; }
Property Value
StackHorizontalAlignment
Declaration
public StackHorizontalAlignment StackHorizontalAlignment { get; set; }
Property Value
StackInheritAssociatedObjects
Declaration
public bool StackInheritAssociatedObjects { get; set; }
Property Value
StackLeftSpaceFactor
Declaration
public double StackLeftSpaceFactor { get; set; }
Property Value
StackRightSpaceFactor
Declaration
public double StackRightSpaceFactor { get; set; }
Property Value
StackVerticalAlignment
Declaration
public StackVerticalAlignment StackVerticalAlignment { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetAppendedText()
Declaration
public Lettering GetAppendedText()
Returns
GetDimensionText()
Declaration
public Lettering GetDimensionText()
Returns
GetGeneralText()
Declaration
public Lettering GetGeneralText()
Returns
GetToleranceText()
Declaration
public Lettering GetToleranceText()
Returns
SetAppendedText(Lettering)
Declaration
public void SetAppendedText(Lettering appendedText)
Parameters
SetDimensionText(Lettering)
Declaration
public void SetDimensionText(Lettering dimensionText)
Parameters
Type |
Name |
Description |
Lettering |
dimensionText |
|
SetGeneralText(Lettering)
Declaration
public void SetGeneralText(Lettering generalText)
Parameters
SetToleranceText(Lettering)
Declaration
public void SetToleranceText(Lettering toleranceText)
Parameters
Type |
Name |
Description |
Lettering |
toleranceText |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink