Cad |
The CadPart type exposes the following members.
Name | Description | |
---|---|---|
BoundingBoxMax | Gets the max value of the bounding box of this part. | |
BoundingBoxMin | Gets the min value of the bounding box of this part. | |
Children | List of child CadParts. | |
Id | Id defined by OpenCascade. | |
Name | Name that is defined in the CAD file. | |
Parent | Parent CadPart or null when this is a root CadPart. | |
PartColor | An array of color values in RGBA format that define the color of this CadPart and its CadFaces (when individual CadFace does not define its own FaceColor). | |
ShellIndex | When this CadPart defines a Shell with faces, then ShellIndex is an index in the Shells list. When -1, then no Shell is defined. | |
SurfaceArea | Gets the calculated exact surface area of this part. This value is calculated when CalculateShapeProperties is set to true (by default). | |
TransformMatrix | Transformation matrix that is defined as 16 float values (4 x 4 row major matrix). When null, then no transformation is used. | |
Volume | Gets the calculated exact value of this part. This value is calculated when CalculateShapeProperties is set to true (by default). |