NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData Struct Reference

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::NXObjectSelectedObject
 The selected object.
 
NXOpen::Point3d SelectionPosition
 The point at which object is selected, the point under the cursor when seen in view direction.
 
NXOpen::ViewView
 The view in which object is selected.
 

Detailed Description

Contains object selection information.


Created in NX9.0.0.

Constructor & Destructor Documentation

NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::ObjectSelectionData ( NXOpen::NXObject selectedObjectInitial,
const NXOpen::Point3d selectionPositionInitial,
bool  isSnappedPositionInitial,
NXOpen::View viewInitial 
)

Constructor for the ObjectSelectionData struct.

Parameters
selectedObjectInitialThe selected object.
selectionPositionInitialThe point at which object is selected, the point under the cursor when seen in view direction.
isSnappedPositionInitialIs SelectionPosition a snapped location.
viewInitialThe view in which object is selected.

Member Data Documentation

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.


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