HoleTableSettingsLabelBuilder Class

class NXOpen.Annotations.HoleTableSettingsLabelBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Annotations.HoleTableSettingsLabelBuilder

New in version NX9.0.0.

Properties

Property Description
CharactersToSkip Returns or sets the characters to skip
IndexFormat Returns or sets the index format of hole label
RelativeLocation Returns or sets the relative location of hole label
ShowLabelWithLeader Returns or sets the show hole label with leader
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.

Enumerations

HoleTableSettingsLabelBuilderIndexType Enumeration Represents Index Options
HoleTableSettingsLabelBuilderRelativeLocationType Enumeration Represents Relative Location Options

Property Detail

CharactersToSkip

HoleTableSettingsLabelBuilder.CharactersToSkip

Returns or sets the characters to skip

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

Getter Method

Signature CharactersToSkip

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature CharactersToSkip

Parameters:charactersToSkip (str) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

IndexFormat

HoleTableSettingsLabelBuilder.IndexFormat

Returns or sets the index format of hole label

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

Getter Method

Signature IndexFormat

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsLabelBuilderIndexType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature IndexFormat

Parameters:indexFormat (NXOpen.Annotations.HoleTableSettingsLabelBuilderIndexType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

RelativeLocation

HoleTableSettingsLabelBuilder.RelativeLocation

Returns or sets the relative location of hole label

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

Getter Method

Signature RelativeLocation

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsLabelBuilderRelativeLocationType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature RelativeLocation

Parameters:relativeLocation (NXOpen.Annotations.HoleTableSettingsLabelBuilderRelativeLocationType) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

ShowLabelWithLeader

HoleTableSettingsLabelBuilder.ShowLabelWithLeader

Returns or sets the show hole label with leader

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

Getter Method

Signature ShowLabelWithLeader

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ShowLabelWithLeader

Parameters:showLabelWithLeader (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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