NX Open C++ Reference Guide
|
Represents a ObjectSelector to be used when exporting the the selected objects from NX part.This class is created using DexManager . More...
Public Types | |
enum | Scope { ScopeEntirePart, ScopeSelectedObjects } |
Represents the selection scope. More... | |
Public Member Functions | |
NXOpen::SelectNXObjectList * | SelectionComp () |
Returns the selection comp. | |
NXOpen::ObjectSelector::Scope | SelectionScope () |
Returns the selection scope option. | |
void | SetSelectionScope (NXOpen::ObjectSelector::Scope selectionScope) |
Sets the selection scope option. |
Represents a ObjectSelector to be used when exporting the the selected objects from NX part.This class is created using DexManager .
Creator not available in KF.
Created in NX6.0.0.
Returns the selection comp.
This holds the list of selected objects.
Created in NX5.0.0.
License requirements : None
Returns the selection scope option.
This will decide if entire part should be exported or only some objects.
Created in NX5.0.0.
License requirements : None
void NXOpen::ObjectSelector::SetSelectionScope | ( | NXOpen::ObjectSelector::Scope | selectionScope | ) |
Sets the selection scope option.
This will decide if entire part should be exported or only some objects.
Created in NX5.0.0.
License requirements : None
selectionScope | selectionscope |