NX Open C++ Reference Guide
|
Structure used to return data about objects in the flat pattern. More...
Public Member Functions | |
ObjectDataFace (NXOpen::Curve *flatPatternObjectInitial, NXOpen::Face *flatSolidObjectInitial, NXOpen::Face *formedBodyObjectInitial) | |
Constructor for the ObjectDataFace struct. | |
Public Attributes | |
NXOpen::Curve * | FlatPatternObject |
Curve in the flat pattern. | |
NXOpen::Face * | FlatSolidObject |
Corresponding bend face on the flat solid. | |
NXOpen::Face * | FormedBodyObject |
Corresponding bend face on the formed body. | |
Structure used to return data about objects in the flat pattern.
This structure is for curves whose associativities are faces.
NXOpen::Features::FlatPattern::ObjectDataFace::ObjectDataFace | ( | NXOpen::Curve * | flatPatternObjectInitial, |
NXOpen::Face * | flatSolidObjectInitial, | ||
NXOpen::Face * | formedBodyObjectInitial | ||
) |
Constructor for the ObjectDataFace struct.
flatPatternObjectInitial | Curve in the flat pattern |
flatSolidObjectInitial | Corresponding bend face on the flat solid |
formedBodyObjectInitial | Corresponding bend face on the formed body |
NXOpen::Curve* NXOpen::Features::FlatPattern::ObjectDataFace::FlatPatternObject |
Curve in the flat pattern.
NXOpen::Face* NXOpen::Features::FlatPattern::ObjectDataFace::FlatSolidObject |
Corresponding bend face on the flat solid.
NXOpen::Face* NXOpen::Features::FlatPattern::ObjectDataFace::FormedBodyObject |
Corresponding bend face on the formed body.