|
NX Open C++ Reference Guide
|
Contains object selection information. More...
Public Member Functions | |
| ObjectSelectionData (NXOpen::NXObject *selectedObjectInitial, const NXOpen::Point3d &selectionPositionInitial, bool isSnappedPositionInitial, NXOpen::View *viewInitial) | |
| Constructor for the ObjectSelectionData struct. | |
Public Attributes | |
| bool | IsSnappedPosition |
| Is SelectionPosition a snapped location. | |
| NXOpen::NXObject * | SelectedObject |
| The selected object. | |
| NXOpen::Point3d | SelectionPosition |
| The point at which object is selected, the point under the cursor when seen in view direction. | |
| NXOpen::View * | View |
| The view in which object is selected. | |
Contains object selection information.
Created in NX9.0.0.
| NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::ObjectSelectionData | ( | NXOpen::NXObject * | selectedObjectInitial, |
| const NXOpen::Point3d & | selectionPositionInitial, | ||
| bool | isSnappedPositionInitial, | ||
| NXOpen::View * | viewInitial | ||
| ) |
Constructor for the ObjectSelectionData struct.
| selectedObjectInitial | The selected object. |
| selectionPositionInitial | The point at which object is selected, the point under the cursor when seen in view direction. |
| isSnappedPositionInitial | Is SelectionPosition a snapped location. |
| viewInitial | The view in which object is selected. |
| bool NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::IsSnappedPosition |
Is SelectionPosition a snapped location.
| NXOpen::NXObject* NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::SelectedObject |
The selected object.
| NXOpen::Point3d NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::SelectionPosition |
The point at which object is selected, the point under the cursor when seen in view direction.
| NXOpen::View* NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::View |
The view in which object is selected.