NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::DisplayManager::J3dData Struct Reference

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. More...
 

Public Attributes

NXOpen::DisplayableObjectEid
 NX identifier for this shape. More...
 
bool HasTransform
 true if an assembly transform is used More...
 
NXOpen::DisplayManager::J3dMaterial Material
 material properties More...
 
NXString Name
 entity name More...
 
bool Sheet
 true if this is a sheet body More...
 

Detailed Description

3d interface structure

Constructor & Destructor Documentation

NXOpen::DisplayManager::J3dData::J3dData ( NXOpen::DisplayableObject eidInitial,
bool  hasTransformInitial,
bool  sheetInitial,
const NXString nameInitial,
const NXOpen::DisplayManager::J3dMaterial materialInitial 
)

Constructor for the J3dData struct.

Parameters
eidInitialNX identifier for this shape
hasTransformInitialtrue if an assembly transform is used
sheetInitialtrue if this is a sheet body
nameInitialentity name
materialInitialmaterial properties

Member Data Documentation

NXOpen::DisplayableObject* NXOpen::DisplayManager::J3dData::Eid

NX identifier for this shape.

bool NXOpen::DisplayManager::J3dData::HasTransform

true if an assembly transform is used

NXOpen::DisplayManager::J3dMaterial NXOpen::DisplayManager::J3dData::Material

material properties

NXString NXOpen::DisplayManager::J3dData::Name

entity name

bool NXOpen::DisplayManager::J3dData::Sheet

true if this is a sheet body


The documentation for this struct was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.