Click or drag to resize

Mesh3 Constructor

Overload List
  NameDescription
Public methodMesh3
Initializes a new instance of the Mesh3 class. Create mesh.
Public methodMesh3(IReadonlyMesh)
Initializes a new instance of the Mesh3 class. Create mesh based on another mesh.
Public methodMesh3(Mesh3)
Initializes a new instance of the Mesh3 class. Create mesh based on another mesh.
Public methodMesh3(Int32, Int32)
Initializes a new instance of the Mesh3 class. Create mesh with an estimated number of vertices and faces.
Public methodMesh3(IReadOnlyListPoint3, IReadOnlyListFace3)
Initializes a new instance of the Mesh3 class. Create mesh based on faces and vertices.
Public methodMesh3(Int32, Int32, TriangulationFCsharp)
Initializes a new instance of the Mesh3 class. Create mesh with an estimated number of vertices and faces, and an object of the triangulation wrapper class.
Top
See Also