2012

Table Of Contents
Create a Rectangular Mesh
With the 3DMESH command, you can create polygon meshes that are open
in both the M and N directions (like the X and Y axes of an XY plane). In most
cases, you can use 3DMESH in conjunction with scripts or AutoLISP routines
when you know the mesh points.
As you create the mesh, you specify the size of the mesh in the M and N
directions. The total number of vertices you specify for the mesh is equal to
the M value times the N value.
You can close the meshes with PEDIT. You can use 3DMESH to construct
irregular meshes.
Example:
In the following example of text at the Command prompt, you enter the
coordinate values for each vertex to create the mesh in the illustration.
Command: 3dmesh
Mesh M size: 4
Mesh N size: 3
Vertex (0, 0): 10,1, 3
Create 3D Models | 433