![]() |
Mesh3 Constructor |
Name | Description | |
---|---|---|
![]() | Mesh3 |
Initializes a new instance of the Mesh3 class.
Create mesh.
|
![]() | Mesh3(IReadonlyMesh) |
Initializes a new instance of the Mesh3 class.
Create mesh based on another mesh.
|
![]() | Mesh3(Mesh3) |
Initializes a new instance of the Mesh3 class.
Create mesh based on another mesh.
|
![]() | Mesh3(Int32, Int32) |
Initializes a new instance of the Mesh3 class.
Create mesh with an estimated number of vertices and faces.
|
![]() | Mesh3(IReadOnlyListPoint3, IReadOnlyListFace3) |
Initializes a new instance of the Mesh3 class.
Create mesh based on faces and vertices.
|
![]() | Mesh3(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.
|