DrawingFormatTitleBuilder Class

class NXOpen.Annotations.DrawingFormatTitleBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Annotations.DrawingFormatTitleBuilder

New in version NX9.0.0.

Properties

Property Description
Automatic Returns or sets the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model
Tag Returns the Tag for this object.
TitleBlockAlignmentPosition Returns or sets the option that specifies how the title block aligns relative to the cursor during placement

Methods

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

Enumerations

DrawingFormatTitleBuilderTitleBlockPositionType Enumeration Represent the option of TitleBlockPosition that specifies Type display

Property Detail

Automatic

DrawingFormatTitleBuilder.Automatic

Returns or sets the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model

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

Getter Method

Signature Automatic

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Automatic

Parameters:automatic (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

TitleBlockAlignmentPosition

DrawingFormatTitleBuilder.TitleBlockAlignmentPosition

Returns or sets the option that specifies how the title block aligns relative to the cursor during placement

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

Getter Method

Signature TitleBlockAlignmentPosition

Returns:
Return type:NXOpen.Annotations.DrawingFormatTitleBuilderTitleBlockPositionType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature TitleBlockAlignmentPosition

Parameters:titleBlockAlignmentPosition (NXOpen.Annotations.DrawingFormatTitleBuilderTitleBlockPositionType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

DrawingFormatTitleBuilder.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.