HoleTableSettingsLabelBuilder Class¶
-
class
NXOpen.Annotations.HoleTableSettingsLabelBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Annotations.HoleTableSettingsLabelBuilderNew 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
CharactersToSkipReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CharactersToSkipParameters: 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
IndexFormatReturns: Return type: NXOpen.Annotations.HoleTableSettingsLabelBuilderIndexTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IndexFormatParameters: 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
RelativeLocationReturns: Return type: NXOpen.Annotations.HoleTableSettingsLabelBuilderRelativeLocationTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RelativeLocationParameters: 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
ShowLabelWithLeaderReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowLabelWithLeaderParameters: 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.