NX Open C++ Reference Guide
|
Provides a spine definition for modeling operations
Created in NX8.5.0.
More...
Public Types | |
enum | MethodOptions { MethodOptionsNone, MethodOptionsCurve, MethodOptionsVector } |
Options to define a spine. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions | Method () |
Returns the method Created in NX8.5.0. | |
NXOpen::Section * | Section () |
Returns the section Created in NX8.5.0. | |
void | SetMethod (NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions method) |
Sets the method Created in NX8.5.0. | |
void | SetVector (NXOpen::Direction *vector) |
Sets the vector Created in NX8.5.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Direction * | Vector () |
Returns the vector Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides a spine definition for modeling operations
Created in NX8.5.0.
Options to define a spine.
NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions NXOpen::GeometricUtilities::SpineDefinitionBuilder::Method | ( | ) |
Returns the method
Created in NX8.5.0.
License requirements : None
NXOpen::Section* NXOpen::GeometricUtilities::SpineDefinitionBuilder::Section | ( | ) |
Returns the section
Created in NX8.5.0.
License requirements : None
void NXOpen::GeometricUtilities::SpineDefinitionBuilder::SetMethod | ( | NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions | method | ) |
Sets the method
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
method | method |
void NXOpen::GeometricUtilities::SpineDefinitionBuilder::SetVector | ( | NXOpen::Direction * | vector | ) |
Sets the vector
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
vector | vector |
|
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.
NXOpen::Direction* NXOpen::GeometricUtilities::SpineDefinitionBuilder::Vector | ( | ) |
Returns the vector
Created in NX8.5.0.
License requirements : None