| DcelMesh Methods |
The DcelMesh type exposes the following members.
| Name | Description | |
|---|---|---|
| AreTagsEqualTo |
Gets a value indicating whether the tags of all components in the mesh are equal to the
given tag value.
| |
| Contains |
Determines whether the specified point is contained in the mesh. (This method assumes that
the mesh is a convex polyhedron.)
| |
| CreateCube |
Creates a mesh for unit cube.
| |
| CutConvex |
Cuts mesh with a plane.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromTriangleMesh(ITriangleMesh) |
Converts the given ITriangleMesh to a DcelMesh.
| |
| FromTriangleMesh(TriangleMesh) |
Converts the given ITriangleMesh to a DcelMesh.
| |
| GetAabb |
Gets the axis-aligned bounding box of this mesh.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsClosed |
Determines whether this mesh is a closed mesh.
| |
| IsConvex |
Determines whether this mesh is a convex mesh.
| |
| IsConvex(Single) |
Determines whether this mesh is a convex mesh using a specific tolerance.
| |
| IsTriangleMesh |
Determines whether the mesh is a valid triangle mesh.
| |
| IsValid |
Determines whether this instance is a valid mesh.
| |
| IsValid(String) |
Determines whether this instance is a valid mesh and returns an error description.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ModifyConvex(Int32, Vector3F) |
Modifies a convex mesh by reducing the vertices and applying a skin width.
| |
| ModifyConvex(Int32, Single) |
Modifies a convex mesh by reducing the vertices and applying a skin width.
| |
| ResetTags |
Resets the tags in the DCEL data. (Tags are set to 0.)
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToTriangleMesh |
Converts this mesh to a TriangleMesh.
|