Registry
ug4Bridge::promesh::GridGeneration Namespace Reference

Namespaces

 BasicElements
 
 Geometries
 

Functions

SmartPtr< 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...
 

Function Documentation

◆ CloneMesh()

SmartPtr<Mesh> ug4Bridge::promesh::GridGeneration::CloneMesh ( Mesh mesh)

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

Parameters
[in]mesh

◆ CopySelection()

void ug4Bridge::promesh::GridGeneration::CopySelection ( Mesh srcMesh,
Mesh targetMesh 
)

Copies the selected elements to a new mesh.

Parameters
[in]srcMesh
[in]targetMesh