HoleTableSettingsFormatBuilder Class¶
-
class
NXOpen.Annotations.HoleTableSettingsFormatBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Annotations.HoleTableSettingsFormatBuilderNew in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| DecimalPlaces | Returns or sets the decimal places |
| DeletedHolesDisplay | Returns or sets the deleted holes display |
| DepthMeasurementDatum | Returns or sets the depth measurement datum |
| DisplayAllTextInUpperCase | Returns or sets the display all text in upper case |
| DisplayPartBodyName | Returns or sets the display part and body name |
| MergeCellsWithSameSize | Returns or sets the merge cells with same size |
| ReportTapHoleSizeForThreadedHoles | Returns or sets the report tap hole size for threaded holes |
| ShowColumns | Returns or sets the show columns |
| SizeFormat | Returns or sets the size format |
| 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¶
| HoleTableSettingsFormatBuilderDeletedHolesDisplayType Enumeration | Represents Deleted Holes Display options |
| HoleTableSettingsFormatBuilderDepthMeasurementDatumType Enumeration | Represents Depth Measurement Datum options |
| HoleTableSettingsFormatBuilderShowColumnsType Enumeration | Represents Show Columns options |
| HoleTableSettingsFormatBuilderSizeFormatType Enumeration | Represents Size Format options |
Property Detail¶
DecimalPlaces¶
-
HoleTableSettingsFormatBuilder.DecimalPlaces¶ Returns or sets the decimal places
-------------------------------------Getter Method
Signature
DecimalPlacesReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DecimalPlacesParameters: decimalPlaces (int) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
DeletedHolesDisplay¶
-
HoleTableSettingsFormatBuilder.DeletedHolesDisplay¶ Returns or sets the deleted holes display
-------------------------------------Getter Method
Signature
DeletedHolesDisplayReturns: Return type: NXOpen.Annotations.HoleTableSettingsFormatBuilderDeletedHolesDisplayTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeletedHolesDisplayParameters: deletedHolesDisplay ( NXOpen.Annotations.HoleTableSettingsFormatBuilderDeletedHolesDisplayType) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
DepthMeasurementDatum¶
-
HoleTableSettingsFormatBuilder.DepthMeasurementDatum¶ Returns or sets the depth measurement datum
-------------------------------------Getter Method
Signature
DepthMeasurementDatumReturns: Return type: NXOpen.Annotations.HoleTableSettingsFormatBuilderDepthMeasurementDatumTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DepthMeasurementDatumParameters: depthMeasurementDatum ( NXOpen.Annotations.HoleTableSettingsFormatBuilderDepthMeasurementDatumType) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
DisplayAllTextInUpperCase¶
-
HoleTableSettingsFormatBuilder.DisplayAllTextInUpperCase¶ Returns or sets the display all text in upper case
-------------------------------------Getter Method
Signature
DisplayAllTextInUpperCaseReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayAllTextInUpperCaseParameters: displayAllTextInUpperCase (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
DisplayPartBodyName¶
-
HoleTableSettingsFormatBuilder.DisplayPartBodyName¶ Returns or sets the display part and body name
-------------------------------------Getter Method
Signature
DisplayPartBodyNameReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplayPartBodyNameParameters: displayPartBodyName (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
MergeCellsWithSameSize¶
-
HoleTableSettingsFormatBuilder.MergeCellsWithSameSize¶ Returns or sets the merge cells with same size
-------------------------------------Getter Method
Signature
MergeCellsWithSameSizeReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MergeCellsWithSameSizeParameters: mergeCellsWithSameSize (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
ReportTapHoleSizeForThreadedHoles¶
-
HoleTableSettingsFormatBuilder.ReportTapHoleSizeForThreadedHoles¶ Returns or sets the report tap hole size for threaded holes
-------------------------------------Getter Method
Signature
ReportTapHoleSizeForThreadedHolesReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReportTapHoleSizeForThreadedHolesParameters: reportTapHoleSizeForThreadedHoles (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
ShowColumns¶
-
HoleTableSettingsFormatBuilder.ShowColumns¶ Returns or sets the show columns
-------------------------------------Getter Method
Signature
ShowColumnsReturns: Return type: NXOpen.Annotations.HoleTableSettingsFormatBuilderShowColumnsTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowColumnsParameters: showColumns ( NXOpen.Annotations.HoleTableSettingsFormatBuilderShowColumnsType) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
SizeFormat¶
-
HoleTableSettingsFormatBuilder.SizeFormat¶ Returns or sets the size format
-------------------------------------Getter Method
Signature
SizeFormatReturns: Return type: NXOpen.Annotations.HoleTableSettingsFormatBuilderSizeFormatTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SizeFormatParameters: sizeFormat ( NXOpen.Annotations.HoleTableSettingsFormatBuilderSizeFormatType) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Method Detail¶
Validate¶
-
HoleTableSettingsFormatBuilder.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.