Click or drag to resize

IMesh Properties

The IMesh type exposes the following members.

Properties
  NameDescription
Public propertyContainsQuads
returns true if the mesh contains quads
Public propertyFaces
Get mesh faces.
(Inherited from IReadonlyMesh.)
Public propertyIsValid
True in case the mesh is valid
Public propertyNormals
Get vertex normals.
(Inherited from IReadonlyMesh.)
Public propertyVertexColors
Get mesh vertex colors.
(Inherited from IReadonlyMesh.)
Public propertyVertices
Get mesh vertices.
(Inherited from IReadonlyMesh.)
Top
See Also