NX Open C++ Reference Guide
|
Structure used to return data about objects in the flat pattern. More...
Public Member Functions | |
ObjectDataEdge (NXOpen::Curve *flatPatternObjectInitial, NXOpen::Edge *flatSolidObjectInitial) | |
Constructor for the ObjectDataEdge struct. | |
Public Attributes | |
NXOpen::Curve * | FlatPatternObject |
Curve in the flat pattern. | |
NXOpen::Edge * | FlatSolidObject |
Corresponding edge on the flat solid. | |
Structure used to return data about objects in the flat pattern.
This structure is for curves whose associativities are edges.
NXOpen::Features::FlatPattern::ObjectDataEdge::ObjectDataEdge | ( | NXOpen::Curve * | flatPatternObjectInitial, |
NXOpen::Edge * | flatSolidObjectInitial | ||
) |
Constructor for the ObjectDataEdge struct.
flatPatternObjectInitial | Curve in the flat pattern |
flatSolidObjectInitial | Corresponding edge on the flat solid |
NXOpen::Curve* NXOpen::Features::FlatPattern::ObjectDataEdge::FlatPatternObject |
Curve in the flat pattern.
NXOpen::Edge* NXOpen::Features::FlatPattern::ObjectDataEdge::FlatSolidObject |
Corresponding edge on the flat solid.