Inserts a PolygonMesh with the specified MxN vertices at the specified coordinates.
.NET Syntax
Parameters
- MVertexCount
- Number of vertices in a column of the mesh
- NVertexCount
- Number of vertices in a row of the mesh
- CoordinateDblArray
- Array of doubles of the coordinates of the vertices of the mesh; the size of this array is (MVertexCount * NVertexCount) * 3; specify the coordinates of all the vertices in each column, starting with the first column
Parameters
- PolygonMesh[out] or Return Value
- PolygonMesh
Example
See Also
Availability
DraftSight V1R1.3