CageManipulatorDataObjectSelectionData_Struct Struct

NXOpen.Features.Subdivision.CageManipulatorData.ObjectSelectionData is an alias for NXOpen.Features.Subdivision.CageManipulatorDataObjectSelectionData_Struct

class NXOpen.Features.Subdivision.CageManipulatorDataObjectSelectionData_Struct

Bases: object

Contains object selection information.

New in version NX9.0.0.

. Constructor: NXOpen.Features.Subdivision.CageManipulatorData.ObjectSelectionData()

Fields

Field Description
SelectedObject The selected object.
SelectionPosition The point at which object is selected, the point under the cursor when seen in view direction.
ViewDirection The view direction.
IsSnappedPosition Is SelectionPosition a snapped location.

SelectedObject

CageManipulatorDataObjectSelectionData_Struct.SelectedObject

The selected object.

-------------------------------------

Field Value Type:NXOpen.NXObject

SelectionPosition

CageManipulatorDataObjectSelectionData_Struct.SelectionPosition

The point at which object is selected, the point under the cursor when seen in view direction.

-------------------------------------

Field Value Type:NXOpen.Point3d

ViewDirection

CageManipulatorDataObjectSelectionData_Struct.ViewDirection

The view direction.

-------------------------------------

Field Value Type:NXOpen.Vector3d

IsSnappedPosition

CageManipulatorDataObjectSelectionData_Struct.IsSnappedPosition

Is SelectionPosition a snapped location.

-------------------------------------

Field Value Type:bool