NX Open C++ Reference Guide
|
3d interface structure More...
Public Member Functions | |
J3dData (NXOpen::DisplayableObject *eidInitial, bool hasTransformInitial, bool sheetInitial, const NXString &nameInitial, const NXOpen::DisplayManager::J3dMaterial &materialInitial) | |
Constructor for the J3dData struct. | |
Public Attributes | |
NXOpen::DisplayableObject * | Eid |
NX identifier for this shape. | |
bool | HasTransform |
true if an assembly transform is used | |
NXOpen::DisplayManager::J3dMaterial | Material |
material properties | |
NXString | Name |
entity name | |
bool | Sheet |
true if this is a sheet body |
3d interface structure
NXOpen::DisplayManager::J3dData::J3dData | ( | NXOpen::DisplayableObject * | eidInitial, |
bool | hasTransformInitial, | ||
bool | sheetInitial, | ||
const NXString & | nameInitial, | ||
const NXOpen::DisplayManager::J3dMaterial & | materialInitial | ||
) |
Constructor for the J3dData struct.
eidInitial | NX identifier for this shape |
hasTransformInitial | true if an assembly transform is used |
sheetInitial | true if this is a sheet body |
nameInitial | entity name |
materialInitial | material properties |
NX identifier for this shape.
true if an assembly transform is used
material properties
entity name
true if this is a sheet body