ProMesh User Manual  v4.3.19
Grid Generation

Tools to create new grids from scratch. More...

Modules

 Basic Elements
 Creation of basic grid elements from the current selection.
 
 Geometries
 Creation of basic geometries like cubes and spheres.
 

Functions

MeshCloneMesh (Mesh *mesh)
 Creates a new mesh and copies all content from the given mesh into the new instance. More...
 
void CopySelection (Mesh *srcMesh, Mesh *targetMesh)
 Copies the selected elements to a new mesh. More...
 

Detailed Description

Tools to create new grids from scratch.

Function Documentation

◆ CloneMesh()

Mesh* CloneMesh ( Mesh mesh)

Creates a new mesh and copies all content from the given mesh into the new instance.

◆ CopySelection()

void CopySelection ( Mesh srcMesh,
Mesh targetMesh 
)

Copies the selected elements to a new mesh.