Public Properties
Closed |
Gets whether the solid is closed. For example, a box with six faces is closed. If one face is removed, the box is open. |
OutlineIndices |
Gets indices into Positions that define the positions outlining the solid. The indices returned consider the three components of a position (x, y, and z) as a single array element. Multiply the index by 3 to get the location of the x component in Positions. |
OutlinePolylineType |
Gets the Polyline Type of Outline Indices and Outline Positions. |
OutlinePositions |
Gets the positions outlining the solid. Three array elements (in the order x, y, z) constitute one position. |