Click or drag to resize

Mesh2 Constructor

Overload List
  NameDescription
Public methodMesh2(Mesh2)
Initializes a new instance of the Mesh2 class. Create mesh based on another mesh.
Public methodMesh2(Int32, Int32)
Initializes a new instance of the Mesh2 class. Create mesh with an estimated number of vertices and faces.
Public methodMesh2(IReadOnlyListPoint2, IReadOnlyListFace3)
Initializes a new instance of the Mesh2 class. Create mesh based on faces and vertices.
Public methodMesh2(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.
Top
See Also