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.

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.

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

Getter Method Signature SelectedObject()

Returns:
Return type:NXOpen.NXObject

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

Setter Method

Signature SelectedObject(value)

Parameters:value (NXOpen.NXObject) –

SelectionPosition

CageManipulatorDataObjectSelectionData_Struct.SelectionPosition

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

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

Getter Method Signature SelectionPosition()

Returns:
Return type:NXOpen.Point3d

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

Setter Method

Signature SelectionPosition(value)

Parameters:value (NXOpen.Point3d) –

ViewDirection

CageManipulatorDataObjectSelectionData_Struct.ViewDirection

The view direction.

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

Getter Method Signature ViewDirection()

Returns:
Return type:NXOpen.Vector3d

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

Setter Method

Signature ViewDirection(value)

Parameters:value (NXOpen.Vector3d) –

IsSnappedPosition

CageManipulatorDataObjectSelectionData_Struct.IsSnappedPosition

Is SelectionPosition a snapped location.

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

Getter Method Signature IsSnappedPosition()

Returns:
Return type:bool

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

Setter Method

Signature IsSnappedPosition(value)

Parameters:value (bool) –