ViewCommonViewLabelBuilder Class

class NXOpen.Drawings.ViewCommonViewLabelBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Drawings.ViewCommonViewLabelBuilder

New in version NX9.0.0.

Properties

Property Description
Letter Returns or sets the letter
SecondaryAlignment Returns or sets the secondary alignment
SecondaryIndexing Returns or sets the secondary indexing
SubscriptSizeFactor Returns or sets the subscript size factor
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

Letter

ViewCommonViewLabelBuilder.Letter

Returns or sets the letter

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

Getter Method

Signature Letter

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Letter

Parameters:letter (str) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SecondaryAlignment

ViewCommonViewLabelBuilder.SecondaryAlignment

Returns or sets the secondary alignment

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

Getter Method

Signature SecondaryAlignment

Returns:
Return type:NXOpen.Drawings.ViewCommonViewLabelBuilderSecondaryAlignmentType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature SecondaryAlignment

Parameters:secondaryAlignment (NXOpen.Drawings.ViewCommonViewLabelBuilderSecondaryAlignmentType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SecondaryIndexing

ViewCommonViewLabelBuilder.SecondaryIndexing

Returns or sets the secondary indexing

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

Getter Method

Signature SecondaryIndexing

Returns:
Return type:NXOpen.Drawings.ViewCommonViewLabelBuilderSecondaryIndexingType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature SecondaryIndexing

Parameters:secondaryIndexing (NXOpen.Drawings.ViewCommonViewLabelBuilderSecondaryIndexingType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

SubscriptSizeFactor

ViewCommonViewLabelBuilder.SubscriptSizeFactor

Returns or sets the subscript size factor

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

Getter Method

Signature SubscriptSizeFactor

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature SubscriptSizeFactor

Parameters:subscriptSizeFactor (float) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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