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

This class is used to set/access the appended text of a dimension More...

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

Public Member Functions

unsafe string[] GetAbove ()
 Gets the appended text above the annotation More...
 
unsafe string[] GetAfter ()
 Gets the appended text after the annotation More...
 
unsafe string[] GetBefore ()
 Gets the appended text before the annotation More...
 
unsafe string[] GetBelow ()
 Gets the appended text below the annotation More...
 
unsafe void SetAbove (string[] lines)
 Sets the appended text above the annotation More...
 
unsafe void SetAfter (string[] lines)
 Sets the appended text after the annotation More...
 
unsafe void SetBefore (string[] lines)
 Sets the appended text before the annotation More...
 
unsafe void SetBelow (string[] lines)
 Sets the appended text below the annotation More...
 
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 double UserDefinedSymbolAspectRatio [get, set]
 Returns or sets the aspect ratio for user defined symbol More...
 
unsafe double UserDefinedSymbolHeight [get, set]
 Returns or sets the height for user defined symbol More...
 
unsafe double UserDefinedSymbolLength [get, set]
 Returns or sets the length for user defined symbol More...
 
unsafe double UserDefinedSymbolScale [get, set]
 Returns or sets the scale for user defined symbol More...
 
unsafe int UserDefinedSymbolSizeMethod [get, set]
 Returns or sets the size method for user defined symbol 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

This class is used to set/access the appended text of a dimension

This is a sub-builder class and cannot be directly instantiated

Created in NX9.0.0

Member Function Documentation

unsafe string [] NXOpen.Annotations.AppendedTextBuilder.GetAbove ( )
inline

Gets the appended text above the annotation

Created in NX9.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedTextBuilder.GetAfter ( )
inline

Gets the appended text after the annotation

Created in NX9.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedTextBuilder.GetBefore ( )
inline

Gets the appended text before the annotation

Created in NX9.0.0

License requirements: None.

Returns
List of lines
unsafe string [] NXOpen.Annotations.AppendedTextBuilder.GetBelow ( )
inline

Gets the appended text below the annotation

Created in NX9.0.0

License requirements: None.

Returns
List of lines
unsafe void NXOpen.Annotations.AppendedTextBuilder.SetAbove ( string[]  lines)
inline

Sets the appended text above the annotation

Created in NX9.0.0

License requirements: drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedTextBuilder.SetAfter ( string[]  lines)
inline

Sets the appended text after the annotation

Created in NX9.0.0

License requirements: drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedTextBuilder.SetBefore ( string[]  lines)
inline

Sets the appended text before the annotation

Created in NX9.0.0

License requirements: drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
linesList of new lines
unsafe void NXOpen.Annotations.AppendedTextBuilder.SetBelow ( string[]  lines)
inline

Sets the appended text below the annotation

Created in NX9.0.0

License requirements: drafting ("DRAFTING") OR geometric_tol ("GDT")

Parameters
linesList of new lines
unsafe bool NXOpen.Annotations.AppendedTextBuilder.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 double NXOpen.Annotations.AppendedTextBuilder.UserDefinedSymbolAspectRatio
getset

Returns or sets the aspect ratio for user defined symbol

Created in NX11.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.Annotations.AppendedTextBuilder.UserDefinedSymbolHeight
getset

Returns or sets the height for user defined symbol

Created in NX11.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.Annotations.AppendedTextBuilder.UserDefinedSymbolLength
getset

Returns or sets the length for user defined symbol

Created in NX11.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.Annotations.AppendedTextBuilder.UserDefinedSymbolScale
getset

Returns or sets the scale for user defined symbol

Created in NX11.0.0

License requirements to get this property: None.

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

unsafe int NXOpen.Annotations.AppendedTextBuilder.UserDefinedSymbolSizeMethod
getset

Returns or sets the size method for user defined symbol

Created in NX1899.0.0

License requirements to get this property: None.

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


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