Table of Contents

Class ConvexMesh

Namespace
Aspose.CAD.FileFormats.Collada.FileParser.Elements
Assembly
Aspose.CAD.dll

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
Inheritance
ConvexMesh
Inherited Members

Constructors

ConvexMesh()

Properties

ConvexHullOf

Gets or sets the convex hull of.

Extra

Gets or sets the extra.

Items

Gets or sets the items.

Source

Gets or sets the source.

Vertices

Gets or sets the vertices.