RetainedAnnotationsBuilder Class

class NXOpen.Annotations.RetainedAnnotationsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Annotations.RetainedAnnotationsBuilder

New in version NX9.0.0.

Properties

Property Description
LineColorFontWidth Returns the line color font width of retained drafting objects.
ShowRetainedAnnotations Returns or sets the flag indicating to show the retained annotations.
Tag Returns the Tag for this object.

Methods

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

Property Detail

LineColorFontWidth

RetainedAnnotationsBuilder.LineColorFontWidth

Returns the line color font width of retained drafting objects.

-------------------------------------

Getter Method

Signature LineColorFontWidth

Returns:
Return type:NXOpen.LineColorFontWidthBuilder

New in version NX9.0.0.

License requirements: None.

ShowRetainedAnnotations

RetainedAnnotationsBuilder.ShowRetainedAnnotations

Returns or sets the flag indicating to show the retained annotations.

-------------------------------------

Getter Method

Signature ShowRetainedAnnotations

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowRetainedAnnotations

Parameters:showRetainedAnnotations (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

RetainedAnnotationsBuilder.Validate

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.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.