Click or drag to resize

Mesh Methods

The Mesh type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new Mesh that is a copy of the current instance.
(Overrides EntityObjectClone.)
Public methodExplode
Decompose the actual polyface mesh faces in points (one vertex polyface mesh face), lines (two vertexes polyface mesh face) and 3d faces (three or four vertexes polyface mesh face).
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Inherited from EntityObject.)
Top
See Also