HoleTableSettingsFormatBuilder Class

class NXOpen.Annotations.HoleTableSettingsFormatBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Annotations.HoleTableSettingsFormatBuilder

New 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 DecimalPlaces

Returns:
Return type:int

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DecimalPlaces

Parameters: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 DeletedHolesDisplay

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsFormatBuilderDeletedHolesDisplayType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DeletedHolesDisplay

Parameters: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 DepthMeasurementDatum

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsFormatBuilderDepthMeasurementDatumType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DepthMeasurementDatum

Parameters: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 DisplayAllTextInUpperCase

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DisplayAllTextInUpperCase

Parameters: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 DisplayPartBodyName

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DisplayPartBodyName

Parameters: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 MergeCellsWithSameSize

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature MergeCellsWithSameSize

Parameters: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 ReportTapHoleSizeForThreadedHoles

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ReportTapHoleSizeForThreadedHoles

Parameters:reportTapHoleSizeForThreadedHoles (bool) –

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

ShowColumns

HoleTableSettingsFormatBuilder.ShowColumns

Returns or sets the show columns

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

Getter Method

Signature ShowColumns

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsFormatBuilderShowColumnsType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ShowColumns

Parameters: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 SizeFormat

Returns:
Return type:NXOpen.Annotations.HoleTableSettingsFormatBuilderSizeFormatType

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature SizeFormat

Parameters: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.