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, const NXOpen::Vector3d &viewDirectionInitial, bool isSnappedPositionInitial)
 Constructor for the ObjectSelectionData struct. More...
 

Public Attributes

bool IsSnappedPosition
 Is SelectionPosition a snapped location. More...
 
NXOpen::NXObjectSelectedObject
 The selected object. More...
 
NXOpen::Point3d SelectionPosition
 The point at which object is selected, the point under the cursor when seen in view direction. More...
 
NXOpen::Vector3d ViewDirection
 The view direction. More...
 

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,
const NXOpen::Vector3d viewDirectionInitial,
bool  isSnappedPositionInitial 
)

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.
viewDirectionInitialThe view direction.
isSnappedPositionInitialIs SelectionPosition a snapped location.

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::Vector3d NXOpen::Features::Subdivision::CageManipulatorData::ObjectSelectionData::ViewDirection

The view direction.


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