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

Represents the subdivision task environment associated with a session. More...

Public Member Functions

NXOpen::Features::Subdivision::SubdivisionBodyActiveSubdivisionBodyFeature ()
 Returns the active subdivision body feature. More...
 
void Enter ()
 Starts subdivision task environment. More...
 
void Exit ()
 Ends subdivision task environment. More...
 
void SetFeatureToEdit (NXOpen::Features::Subdivision::SubdivisionBody *subdivisionBodyFeature)
 Sets the feature to be edited. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the subdivision task environment associated with a session.


To obtain an instance of this class, refer to NXOpen::Session

Created in NX9.0.0.

Member Function Documentation

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 : nx_subdivision (" NX SUBDIVISION")

void NXOpen::SubdivisionTaskEnvironment::Exit ( )

Ends subdivision task environment.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

void NXOpen::SubdivisionTaskEnvironment::SetFeatureToEdit ( NXOpen::Features::Subdivision::SubdivisionBody subdivisionBodyFeature)

Sets the feature to be edited.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
subdivisionBodyFeaturesubdivisionbodyfeature
tag_t NXOpen::SubdivisionTaskEnvironment::Tag ( ) const

Returns the tag of this object.


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