InsertPolygonMesh Method (ISketchManager)
Inserts a PolygonMesh with the specified MxN vertices at the specified coordinates.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertPolygonMesh( _
long MVertexCount As System.Integer, _
long NVertexCount As System.Integer, _
const dsDoubleArray& CoordinateDblArray As System.Object _
) As PolygonMesh |
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
- PolygonMesh[out] or Return Value
- PolygonMesh
Example
See Also
Availability
DraftSight V1R1.3