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

Represents lettering preferences. More...

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

Public Member Functions

unsafe NXOpen.Annotations.Lettering GetAppendedText ()
 Returns the appended text More...
 
unsafe NXOpen.Annotations.Lettering GetDimensionText ()
 Returns the dimension text More...
 
unsafe NXOpen.Annotations.Lettering GetGeneralText ()
 Returns the general text More...
 
unsafe NXOpen.Annotations.Lettering GetToleranceText ()
 Returns the tolerance text More...
 
unsafe void SetAppendedText (NXOpen.Annotations.Lettering appendedText)
 Sets the appended text More...
 
unsafe void SetDimensionText (NXOpen.Annotations.Lettering dimensionText)
 Sets the dimension text More...
 
unsafe void SetGeneralText (NXOpen.Annotations.Lettering generalText)
 Sets the general text More...
 
unsafe void SetToleranceText (NXOpen.Annotations.Lettering toleranceText)
 Sets the tolerance text More...
 
- 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...
 
- 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...
 

Protected Member Functions

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

Properties

unsafe
NXOpen.Annotations.AlignmentPosition 
AlignmentPosition [get, set]
 Returns or sets the align position More...
 
unsafe double Angle [get, set]
 Returns or sets the angle More...
 
unsafe double DimAppendedTextSpaceFactor [get, set]
 Returns or sets the dimension/appended text space factor More...
 
unsafe double DimDimLineSpaceFactor [get, set]
 Returns or sets the dimension/dimension line space factor More...
 
unsafe double DimToleranceTextSpaceFactor [get, set]
 Returns or sets the dimension/tolerance text space factor More...
 
unsafe double GdtFrameHeightFactor [get, set]
 Returns or sets the gdt frame height factor More...
 
unsafe
NXOpen.Annotations.TextJustification 
HorizTextJust [get, set]
 Returns or sets the horizontal text justification More...
 
unsafe double StackAboveSpaceFactor [get, set]
 Returns or sets the stack above spacing factor for space buffer above annotation in stack. More...
 
unsafe bool StackAutospace [get, set]
 Returns or sets the flag indicating whether to automatically set the stack spacing to system derived values More...
 
unsafe double StackBelowSpaceFactor [get, set]
 Returns or sets the stack below spacing factor for space buffer below annotation in stack. More...
 
unsafe
NXOpen.Annotations.StackHorizontalAlignment 
StackHorizontalAlignment [get, set]
 Returns or sets the stack horizontal(left/right) alignment option More...
 
unsafe bool StackInheritAssociatedObjects [get, set]
 Returns or sets the flag indicating whether to inherit the associated objects of a stack when an annotation is inserted into a stack. More...
 
unsafe double StackLeftSpaceFactor [get, set]
 Returns or sets the stack left spacing factor for space buffer left annotation in stack. More...
 
unsafe double StackRightSpaceFactor [get, set]
 Returns or sets the stack right spacing factor for space buffer right annotation in stack. More...
 
unsafe
NXOpen.Annotations.StackVerticalAlignment 
StackVerticalAlignment [get, set]
 Returns or sets the stack vertical(above/below) alignment option 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...
 

Detailed Description

Represents lettering preferences.

When setting the property, changes are not applied to object until the set method is called

Created in NX3.0.0

Member Function Documentation

override void NXOpen.Annotations.LetteringPreferences.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 NX3.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe NXOpen.Annotations.Lettering NXOpen.Annotations.LetteringPreferences.GetAppendedText ( )
inline

Returns the appended text

Created in NX3.0.0

License requirements: None.

Returns
unsafe NXOpen.Annotations.Lettering NXOpen.Annotations.LetteringPreferences.GetDimensionText ( )
inline

Returns the dimension text

Created in NX3.0.0

License requirements: None.

Returns
unsafe NXOpen.Annotations.Lettering NXOpen.Annotations.LetteringPreferences.GetGeneralText ( )
inline

Returns the general text

Created in NX3.0.0

License requirements: None.

Returns
unsafe NXOpen.Annotations.Lettering NXOpen.Annotations.LetteringPreferences.GetToleranceText ( )
inline

Returns the tolerance text

Created in NX3.0.0

License requirements: None.

Returns
unsafe void NXOpen.Annotations.LetteringPreferences.SetAppendedText ( NXOpen.Annotations.Lettering  appendedText)
inline

Sets the appended text

Created in NX3.0.0

License requirements: None.

Parameters
appendedText
unsafe void NXOpen.Annotations.LetteringPreferences.SetDimensionText ( NXOpen.Annotations.Lettering  dimensionText)
inline

Sets the dimension text

Created in NX3.0.0

License requirements: None.

Parameters
dimensionText
unsafe void NXOpen.Annotations.LetteringPreferences.SetGeneralText ( NXOpen.Annotations.Lettering  generalText)
inline

Sets the general text

Created in NX3.0.0

License requirements: None.

Parameters
generalText
unsafe void NXOpen.Annotations.LetteringPreferences.SetToleranceText ( NXOpen.Annotations.Lettering  toleranceText)
inline

Sets the tolerance text

Created in NX3.0.0

License requirements: None.

Parameters
toleranceText

Property Documentation

unsafe NXOpen.Annotations.AlignmentPosition NXOpen.Annotations.LetteringPreferences.AlignmentPosition
getset

Returns or sets the align position

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.Angle
getset

Returns or sets the angle

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.DimAppendedTextSpaceFactor
getset

Returns or sets the dimension/appended text space factor

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.DimDimLineSpaceFactor
getset

Returns or sets the dimension/dimension line space factor

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.DimToleranceTextSpaceFactor
getset

Returns or sets the dimension/tolerance text space factor

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.GdtFrameHeightFactor
getset

Returns or sets the gdt frame height factor

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.TextJustification NXOpen.Annotations.LetteringPreferences.HorizTextJust
getset

Returns or sets the horizontal text justification

Created in NX3.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.StackAboveSpaceFactor
getset

Returns or sets the stack above spacing factor for space buffer above annotation in stack.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.LetteringPreferences.StackAutospace
getset

Returns or sets the flag indicating whether to automatically set the stack spacing to system derived values

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.StackBelowSpaceFactor
getset

Returns or sets the stack below spacing factor for space buffer below annotation in stack.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.StackHorizontalAlignment NXOpen.Annotations.LetteringPreferences.StackHorizontalAlignment
getset

Returns or sets the stack horizontal(left/right) alignment option

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.LetteringPreferences.StackInheritAssociatedObjects
getset

Returns or sets the flag indicating whether to inherit the associated objects of a stack when an annotation is inserted into a stack.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.StackLeftSpaceFactor
getset

Returns or sets the stack left spacing factor for space buffer left annotation in stack.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.LetteringPreferences.StackRightSpaceFactor
getset

Returns or sets the stack right spacing factor for space buffer right annotation in stack.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.StackVerticalAlignment NXOpen.Annotations.LetteringPreferences.StackVerticalAlignment
getset

Returns or sets the stack vertical(above/below) alignment option

Created in NX5.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.