Class ConvexMesh
Contents
[
Hide
]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.
public class ConvexMesh : ColladaElement
Constructors
Name | Description |
---|---|
ConvexMesh() | The default constructor. |
Properties
Name | Description |
---|---|
ConvexHullOf { get; set; } | Gets or sets the convex hull of. |
Extra { get; set; } | Gets or sets the extra. |
Items { get; set; } | Gets or sets the items. |
Source { get; set; } | Gets or sets the source. |
Vertices { get; set; } | Gets or sets the vertices. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD