Mesh Properties

The Mesh type exposes the following members.

Properties
  NameDescription
Public propertyLines
An array list of indices (as integers) pointing to the points array list. Two consecutive indices always represent a single line.
Public propertyPoints
An array list of point objects representing the mesh points.
Public propertyTriangles
An array list of indices (as integers) pointing to the points array list. Three consecutive indices always represent a single triangle.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next