Miscellaneous Module
Tools and common structures.
This module describes tools and common structures.
Parameters
pEntity: The Entity to get the bounding box from. It can be any of:c:type:~A3DAsmModelFile,:c:type:~A3DAsmProductOccurrence,:c:type:~A3DAsmPartDefinitionor:c:type:~A3DRiSet.
pAABB: A pointer to a valid:c:struct:~A3DBoundingBoxDatawhich will be filled in with the found bounding box. If no AABB is found in the CAD data,:c:member:A3DBoundingBoxData::m_sMin <A3DBoundingBoxData.m_sMin>and:c:member:A3DBoundingBoxData::m_sMax <A3DBoundingBoxData.m_sMax>will be set to zero vectors ({0.0, 0.0, 0.0}).
Returns
A3D_SUCCESSon success, or an error code on failure
Topics
Structures
A3DMiscMaterialFiberDataA3DMiscMaterialHoneyCombDataA3DMiscMaterialIsotropicDataA3DMiscMaterialOrthotropic2DDataA3DMiscMaterialOrthotropic3DDataA3DMiscMaterialAnisotropicDataA3DMiscMaterialPropertiesDataA3DMiscComputeBoundingBoxOptions
Enumerations
Functions
A3DMiscGetMaterialProperties()A3DMiscSetMaterialProperties()A3DMiscGetBoundingBox()A3DMiscComputeBoundingBox()