![](https://www.progesoft.com/application/files/7617/1819/4511/collapse.gif)
![](https://www.progesoft.com/application/files/1617/1819/4511/expand.gif)
![](https://www.progesoft.com/application/files/7617/1819/4511/collapse.gif)
![](https://www.progesoft.com/application/files/1617/1819/4511/expand.gif)
![](https://www.progesoft.com/application/files/5617/1819/4511/drpdown.gif)
![](https://www.progesoft.com/application/files/9917/1819/4511/drpdown_orange.gif)
![](https://www.progesoft.com/application/files/5317/1819/4511/copycode.gif)
![](https://www.progesoft.com/application/files/3717/1819/4511/copycodeHighlight.gif)
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.
ModelSpace 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.