|
Mesh3 Constructor (Int32, Int32)
|
Initializes a new instance of the
Mesh3 class.
Create mesh with an estimated number of vertices and faces.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Mesh3(
int nVertices,
int nFaces
)
Public Sub New (
nVertices As Integer,
nFaces As Integer
)
public:
Mesh3(
int nVertices,
int nFaces
)
new :
nVertices : int *
nFaces : int -> Mesh3
Parameters
- nVertices
- Type: SystemInt32
estimated number of vertices. - nFaces
- Type: SystemInt32
estimated number of faces.
See Also