NX Open C++ Reference Guide
|
Structure used to return data about objects in the flat pattern. More...
Public Member Functions | |
ObjectDataCsys (NXOpen::Point *flatPatternObjectInitial, NXOpen::CartesianCoordinateSystem *flatSolidObjectInitial, NXOpen::Features::DatumCsys *formedBodyObjectInitial) | |
Constructor for the ObjectDataCsys struct. | |
Public Attributes | |
NXOpen::Point * | FlatPatternObject |
Point in the flat pattern. | |
NXOpen::CartesianCoordinateSystem * | FlatSolidObject |
Corresponding CSYS on the flat solid. | |
NXOpen::Features::DatumCsys * | FormedBodyObject |
Corresponding datum CSYS on the formed body. | |
Structure used to return data about objects in the flat pattern.
This structure is for points whose associativities are CSYS and Datum CSYS objects.
NXOpen::Features::FlatPattern::ObjectDataCsys::ObjectDataCsys | ( | NXOpen::Point * | flatPatternObjectInitial, |
NXOpen::CartesianCoordinateSystem * | flatSolidObjectInitial, | ||
NXOpen::Features::DatumCsys * | formedBodyObjectInitial | ||
) |
Constructor for the ObjectDataCsys struct.
flatPatternObjectInitial | Point in the flat pattern |
flatSolidObjectInitial | Corresponding CSYS on the flat solid |
formedBodyObjectInitial | Corresponding datum CSYS on the formed body |
NXOpen::Point* NXOpen::Features::FlatPattern::ObjectDataCsys::FlatPatternObject |
Point in the flat pattern.
NXOpen::CartesianCoordinateSystem* NXOpen::Features::FlatPattern::ObjectDataCsys::FlatSolidObject |
Corresponding CSYS on the flat solid.
NXOpen::Features::DatumCsys* NXOpen::Features::FlatPattern::ObjectDataCsys::FormedBodyObject |
Corresponding datum CSYS on the formed body.