Creation of basic grid elements from the current selection. More...
Functions | |
Vertex * | CreateVertex (Mesh *mesh, const Vec3d *position, int subset) |
Creates a new vertex. More... | |
Edge * | CreateEdge (Mesh *mesh, int subset) |
Creates an edge between two selected vertices. More... | |
Face * | CreateFace (Mesh *mesh, int subset) |
Creates a face between selected vertices. More... | |
Volume * | CreateVolume (Mesh *mesh, int subset) |
Creates a volume between selected vertices. More... | |
Creation of basic grid elements from the current selection.