NX Open C++ Reference Guide
|
Represents a Display::ExtractScene
To create a new instance of this class, use ViewCollection::CreateExtractScene
Created in NX5.0.0.
More...
Public Member Functions | |
std::vector< NXString > | GetSceneDescription () |
Returns the scene description. | |
void | ImageFileSelect () |
Gets an image file using file selection. | |
void | Information () |
TODO: fill in a description for this Created in NX5.0.0. | |
NXString | SceneName () |
Returns the scene name Created in NX5.0.0. | |
void | SetSceneDescription (const std::vector< NXString > &sceneDescription) |
Sets the scene description Created in NX5.0.0. | |
void | SetSceneName (const NXString &sceneName) |
Sets the scene name Created in NX5.0.0. |
Represents a Display::ExtractScene
To create a new instance of this class, use ViewCollection::CreateExtractScene
Created in NX5.0.0.
std::vector<NXString> NXOpen::Display::ExtractScene::GetSceneDescription | ( | ) |
Returns the scene description.
Gets an image file using file selection.
Created in NX5.0.0.
License requirements : None
TODO: fill in a description for this
Created in NX5.0.0.
License requirements : None
Returns the scene name
Created in NX5.0.0.
License requirements : None
void NXOpen::Display::ExtractScene::SetSceneDescription | ( | const std::vector< NXString > & | sceneDescription | ) |
Sets the scene description
Created in NX5.0.0.
License requirements : None
sceneDescription | scenedescription |
void NXOpen::Display::ExtractScene::SetSceneName | ( | const NXString & | sceneName | ) |
Sets the scene name
Created in NX5.0.0.
License requirements : None
sceneName | scenename |