GraphBuilderCurveData_Struct Struct

NXOpen.Motion.GraphBuilder.CurveData is an alias for NXOpen.Motion.GraphBuilderCurveData_Struct

class NXOpen.Motion.GraphBuilderCurveData_Struct

Bases: object

Contains the structure of curve associated with curve data.

Fields

Field Description
MotionObject Attribute object
RequestIndex Attribute request choice
ComponentIndex Attribute component choice
RequestCsysIndex Attribute csys choice

MotionObject

GraphBuilderCurveData_Struct.MotionObject

Attribute object -------------------------------------

Getter Method Signature MotionObject()

Returns:
Return type:NXOpen.NXObject

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

Setter Method

Signature MotionObject(value)

Parameters:value (NXOpen.NXObject) –

RequestIndex

GraphBuilderCurveData_Struct.RequestIndex

Attribute request choice -------------------------------------

Getter Method Signature RequestIndex()

Returns:
Return type:int

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

Setter Method

Signature RequestIndex(value)

Parameters:value (int) –

ComponentIndex

GraphBuilderCurveData_Struct.ComponentIndex

Attribute component choice -------------------------------------

Getter Method Signature ComponentIndex()

Returns:
Return type:int

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

Setter Method

Signature ComponentIndex(value)

Parameters:value (int) –

RequestCsysIndex

GraphBuilderCurveData_Struct.RequestCsysIndex

Attribute csys choice -------------------------------------

Getter Method Signature RequestCsysIndex()

Returns:
Return type:int

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

Setter Method

Signature RequestCsysIndex(value)

Parameters:value (int) –