NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Drawings::ViewStyleThreadsBuilder Class Reference

Represents the THREADS tab on the View Style Dialog (Drawings.ViewStyleThreadsBuilder) More...

Inheritance diagram for NXOpen::Drawings::ViewStyleThreadsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double MinimumPitchFieldData ()
 Returns the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
NXOpen::NXColorOverrideVisibleThreadColor ()
 Returns the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetMinimumPitchFieldData (double minimumPitchFieldData)
 Sets the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetOverrideVisibleThreadColor (NXOpen::NXColor *overrideVisibleThreadColor)
 Sets the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetStandardData (int standardOptionData)
 Sets the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
void SetTrueHiddenLine (bool trueHiddenLineToggle)
 Sets the true hidden line toggle on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
int StandardData ()
 Returns the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
bool TrueHiddenLine ()
 Returns the true hidden line toggle on the THREADS tab of the View Style Dialog
Created in NX6.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


Created in NX6.0.0.

Member Function Documentation

double NXOpen::Drawings::ViewStyleThreadsBuilder::MinimumPitchFieldData ( )

Returns the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

NXOpen::NXColor* NXOpen::Drawings::ViewStyleThreadsBuilder::OverrideVisibleThreadColor ( )

Returns the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

void NXOpen::Drawings::ViewStyleThreadsBuilder::SetMinimumPitchFieldData ( double  minimumPitchFieldData)

Sets the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
minimumPitchFieldDataSets a new minimum pitch field data on the threads sub-builder
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetOverrideVisibleThreadColor ( NXOpen::NXColor overrideVisibleThreadColor)

Sets the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
overrideVisibleThreadColorSets a new override visible color on the threads sub-builder
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetStandardData ( int  standardOptionData)

Sets the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
standardOptionDataSets a new standard option on the threads sub-builder
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetTrueHiddenLine ( bool  trueHiddenLineToggle)

Sets the true hidden line toggle on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
trueHiddenLineToggleSets a new true hidden line toggle value on the threads sub-builder
int NXOpen::Drawings::ViewStyleThreadsBuilder::StandardData ( )

Returns the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

bool NXOpen::Drawings::ViewStyleThreadsBuilder::TrueHiddenLine ( )

Returns the true hidden line toggle on the THREADS tab of the View Style Dialog
Created in NX6.0.0.



License requirements : None

virtual bool NXOpen::Drawings::ViewStyleThreadsBuilder::Validate ( )
virtual

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.