NX Open C++ Reference Guide
|
Represents a Annotations::DimensionSetBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
More...
Public Types | |
enum | DimensionSetMethod { DimensionSetMethodNone, DimensionSetMethodChain, DimensionSetMethodBaseline } |
dimension set method More... | |
Public Member Functions | |
NXOpen::Annotations::SelectAnnotation * | DimensionOrSet () |
Returns the dimension or dimension set object Created in NX9.0.0. | |
NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod | Method () |
Returns the dimension set method Created in NX9.0.0. | |
void | SetMethod (NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod method) |
Sets the dimension set method Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Annotations::DimensionSetBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
NXOpen::Annotations::SelectAnnotation* NXOpen::Annotations::DimensionSetBuilder::DimensionOrSet | ( | ) |
Returns the dimension or dimension set object
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod NXOpen::Annotations::DimensionSetBuilder::Method | ( | ) |
Returns the dimension set method
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::DimensionSetBuilder::SetMethod | ( | NXOpen::Annotations::DimensionSetBuilder::DimensionSetMethod | method | ) |
Sets the dimension set method
Created in NX9.0.0.
License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING") OR solid_modeling ("SOLIDS MODELING")
method | method |
|
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.