NX Open C++ Reference Guide
|
Represents the subdivision task environment associated with a session. More...
Public Member Functions | |
NXOpen::Features::Subdivision::SubdivisionBody * | ActiveSubdivisionBodyFeature () |
Returns the active subdivision body feature. | |
void | Enter () |
Starts subdivision task environment. | |
void | Exit () |
Ends subdivision task environment. | |
void | SetFeatureToEdit (NXOpen::Features::Subdivision::SubdivisionBody *subdivisionBodyFeature) |
Sets the feature to be edited. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the subdivision task environment associated with a session.
To obtain an instance of this class, refer to Session
Created in NX9.0.0.
NXOpen::Features::Subdivision::SubdivisionBody* NXOpen::SubdivisionTaskEnvironment::ActiveSubdivisionBodyFeature | ( | ) |
Returns the active subdivision body feature.
Created in NX9.0.0.
License requirements : None
void NXOpen::SubdivisionTaskEnvironment::Enter | ( | ) |
Starts subdivision task environment.
This method should be called before starting to use subdivision body feature tools. This method should not be called if already in a subdivision task environment.
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
void NXOpen::SubdivisionTaskEnvironment::Exit | ( | ) |
Ends subdivision task environment.
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
void NXOpen::SubdivisionTaskEnvironment::SetFeatureToEdit | ( | NXOpen::Features::Subdivision::SubdivisionBody * | subdivisionBodyFeature | ) |
Sets the feature to be edited.
Created in NX9.0.0.
License requirements : studio_free_form ("STUDIO FREE FORM")
subdivisionBodyFeature | subdivisionbodyfeature |
tag_t NXOpen::SubdivisionTaskEnvironment::Tag | ( | ) | const |
Returns the tag of this object.