| NX Open C++ Reference Guide
    | 
Contains the structure of curve associated with curve data. More...
| Public Member Functions | |
| CurveData (NXOpen::NXObject *motionObjectInitial, int requestIndexInitial, int componentIndexInitial, int requestCsysIndexInitial) | |
| Constructor for the CurveData struct. | |
| Public Attributes | |
| int | ComponentIndex | 
| Attribute component choice. | |
| NXOpen::NXObject * | MotionObject | 
| Attribute object. | |
| int | RequestCsysIndex | 
| Attribute csys choice. | |
| int | RequestIndex | 
| Attribute request choice. | |
Contains the structure of curve associated with curve data.
| NXOpen::Motion::GraphBuilder::CurveData::CurveData | ( | NXOpen::NXObject * | motionObjectInitial, | 
| int | requestIndexInitial, | ||
| int | componentIndexInitial, | ||
| int | requestCsysIndexInitial | ||
| ) | 
Constructor for the CurveData struct.
| motionObjectInitial | Attribute object | 
| requestIndexInitial | Attribute request choice | 
| componentIndexInitial | Attribute component choice | 
| requestCsysIndexInitial | Attribute csys choice | 
| int NXOpen::Motion::GraphBuilder::CurveData::ComponentIndex | 
Attribute component choice.
| NXOpen::NXObject* NXOpen::Motion::GraphBuilder::CurveData::MotionObject | 
Attribute object.
| int NXOpen::Motion::GraphBuilder::CurveData::RequestCsysIndex | 
Attribute csys choice.
| int NXOpen::Motion::GraphBuilder::CurveData::RequestIndex | 
Attribute request choice.