TitleBlockCellBuilder Class

class NXOpen.Diagramming.TitleBlockCellBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a builder to edit NXOpen.Diagramming.TitleBlock’s cell

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

New in version NX11.0.1.

Properties

Property Description
Label Returns or sets the cell label
Lock Returns or sets the lock status
Tag Returns the Tag for this object.
Value Returns or sets the editable text of the cell

Methods

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

Property Detail

Label

TitleBlockCellBuilder.Label

Returns or sets the cell label

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

Getter Method

Signature Label

Returns:
Return type:str

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Label

Parameters:label (str) –

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

Lock

TitleBlockCellBuilder.Lock

Returns or sets the lock status

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

Getter Method

Signature Lock

Returns:
Return type:bool

New in version NX11.0.1.

License requirements: None.

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

Setter Method

Signature Lock

Parameters:lockStatus (bool) –

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

Value

TitleBlockCellBuilder.Value

Returns or sets the editable text of the cell

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

Getter Method

Signature Value

Returns:
Return type:str

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Value

Parameters:text (str) –

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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