IntelliCAD 11.1 Object Library | |
Add3DMesh Method | |
See Also |
- M
Number of rows in the mesh.
- N
Number of columns in the mesh.
- Vertices
- A series of Point objects specifying coordinate locations for each vertex of the mesh. You can also input the number of vertices in each direction and their coordinates.
Block Collection : Add3DMesh Method |
Description
Adds a 3DMesh given the coordinates and mesh information.
Syntax
Visual Basic |
---|
Public Function Add3DMesh( _ ByVal M As Long, _ ByVal N As Long, _ ByVal Vertices As Points _ ) As PolygonMesh |
Parameters
- M
Number of rows in the mesh.
- N
Number of columns in the mesh.
- Vertices
- A series of Point objects specifying coordinate locations for each vertex of the mesh. You can also input the number of vertices in each direction and their coordinates.