Mesh2 Constructor

Overload List

Mesh2(Mesh2) Initializes a new instance of the Mesh2 class. Create mesh based on another mesh.
Mesh2(Int32, Int32) Initializes a new instance of the Mesh2 class. Create mesh with an estimated number of vertices and faces.
Mesh2(IReadOnlyListPoint2, IReadOnlyListFace3) Initializes a new instance of the Mesh2 class. Create mesh based on faces and vertices.
Mesh2(IReadOnlyListTuplePoint2, Int32, Int32, Double, ListIReadOnlyListTuplePoint2, Int32, FuncDouble, Double, Double, IReadOnlyListTuplePoint2, Int32, Double, Double, Double) Initializes a new instance of the Mesh2 class. mesh a 2d boundary.

See Also