ViewStyleThreadsBuilder Class

class NXOpen.Drawings.ViewStyleThreadsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the THREADS tab on the View Style Dialog (Drawings.

ViewStyleThreadsBuilder)

New in version NX6.0.0.

Properties

Property Description
MinimumPitchFieldData Returns or sets the minimum pitch field on the THREADS tab of the View Style Dialog
OverrideVisibleThreadColor Returns or sets the override thread color on the THREADS tab of the View Style Dialog
StandardData Returns or sets the standard option data on the THREADS tab of the View Style Dialog
Tag Returns the Tag for this object.
TrueHiddenLine Returns or sets the true hidden line toggle on the THREADS tab of the View Style Dialog

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

MinimumPitchFieldData

ViewStyleThreadsBuilder.MinimumPitchFieldData

Returns or sets the minimum pitch field on the THREADS tab of the View Style Dialog

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

Getter Method

Signature MinimumPitchFieldData

Returns:Returns the minimum pitch field data that is on the threads sub-builder
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature MinimumPitchFieldData

Parameters:minimumPitchFieldData (float) – Sets a new minimum pitch field data on the threads sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

OverrideVisibleThreadColor

ViewStyleThreadsBuilder.OverrideVisibleThreadColor

Returns or sets the override thread color on the THREADS tab of the View Style Dialog

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

Getter Method

Signature OverrideVisibleThreadColor

Returns:Returns the override visible color that is on the threads sub-builder
Return type:Id

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature OverrideVisibleThreadColor

Parameters:overrideVisibleThreadColor (Id) – Sets a new override visible color on the threads sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

StandardData

ViewStyleThreadsBuilder.StandardData

Returns or sets the standard option data on the THREADS tab of the View Style Dialog

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

Getter Method

Signature StandardData

Returns:Returns the standard option that is on the threads sub-builder
Return type:int

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature StandardData

Parameters:standardOptionData (int) – Sets a new standard option on the threads sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

TrueHiddenLine

ViewStyleThreadsBuilder.TrueHiddenLine

Returns or sets the true hidden line toggle on the THREADS tab of the View Style Dialog

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

Getter Method

Signature TrueHiddenLine

Returns:Returns the true hidden line toggle value that is on the threads sub-builder
Return type:bool

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature TrueHiddenLine

Parameters:trueHiddenLineToggle (bool) – Sets a new true hidden line toggle value on the threads sub-builder

New in version NX6.0.0.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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