2011

Table Of Contents
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
Vertex (0, 1): 10, 5, 5
Vertex (0, 2): 10,10, 3
Vertex (1, 0): 15,1, 0
Vertex (1, 1): 15, 5, 0
Vertex (1, 2): 15,10, 0
Vertex (2, 0): 20,1, 0
Vertex (2, 1): 20, 5, -1
Vertex (2, 2): 20,10 ,0
Vertex (3, 0): 25,1, 0
Vertex (3, 1): 25, 5, 0
Vertex (3, 2): 25,10, 0
Create a Polyface Mesh
The PFACE command produces a polyface (polygon) mesh, with each face
capable of having numerous vertices. PFACE is typically used by applications
rather than by direct user input.
Creating a polyface mesh is like creating a rectangular mesh. To create a
polyface mesh, you specify coordinates for its vertices. You then define each
face by entering vertex numbers for all the vertices of that face. As you create
Create Custom Mesh (Legacy) | 539