NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::TextureModelingTaskEnvironment Class Reference

Represents the texture modeling task environment associated with a session. More...

Public Member Functions

NXOpen::Features::TextureActiveFeature ()
 Returns the active Texture Modeling feature. More...
 
void Enter ()
 Starts Texture Modeling task environment. More...
 
void Exit ()
 Ends Texture Modeling task environment. More...
 
void SetCancelled ()
 Marks the task to be cancelled such that during TextureModelingTaskEnvironment::Exit task is undone and all the changes are discarded. More...
 
void SetFeatureToEdit (NXOpen::Features::Texture *feature)
 Sets the feature to be edited. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the texture modeling task environment associated with a session.


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

Created in NX1847.0.0.

Member Function Documentation

NXOpen::Features::Texture* NXOpen::TextureModelingTaskEnvironment::ActiveFeature ( )

Returns the active Texture Modeling feature.


Created in NX1847.0.0.

License requirements : None

void NXOpen::TextureModelingTaskEnvironment::Enter ( )

Starts Texture Modeling task environment.

This method should be called before starting to use Texture Modeling feature tools. This method should not be called if already in a Texture Modeling task environment.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

void NXOpen::TextureModelingTaskEnvironment::Exit ( )

Ends Texture Modeling task environment.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

void NXOpen::TextureModelingTaskEnvironment::SetCancelled ( )

Marks the task to be cancelled such that during TextureModelingTaskEnvironment::Exit task is undone and all the changes are discarded.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

void NXOpen::TextureModelingTaskEnvironment::SetFeatureToEdit ( NXOpen::Features::Texture feature)

Sets the feature to be edited.


Created in NX1847.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
featurefeature
tag_t NXOpen::TextureModelingTaskEnvironment::Tag ( ) const

Returns the tag of this object.


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