ConvexMesh class
ConvexMesh class
The convex mesh. The definition of the convex_mesh element is identical to the mesh element with the exception that instead of a complete description(source, vertices, polygons etc.), it may simply point to another geometry to derive its shape. The latter case means that the convex hull of that geometry should be computed and is indicated by the optional “convex_hull_of” attribute.
Inheritance: ConvexMesh
→
ColladaElement
The ConvexMesh type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of ConvexMesh |
Properties
Property | Description |
---|---|
source | Gets or sets the source. |
vertices | Gets or sets the vertices. |
items | Gets or sets the items. |
extra | Gets or sets the extra. |
convex_hull_of | Gets or sets the convex hull of. |
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
ColladaElement
- class
ConvexMesh