ProMesh User Manual  v4.3.19

Creation of 3D geometries. More...

Modules

 Create TKD
 

Functions

void CreateBox (Mesh *mesh, const Vec3d *min_corner, const Vec3d *max_corner, int subset, bool fill)
 Creates a box. More...
 
void CreateSphere (Mesh *mesh, const Vec3d *center, double radius, int refinements, int subset)
 Creates a sphere. More...
 
void CreateTetrahedron (Mesh *mesh, int subset, bool fill)
 Creates a tetrahedron. More...
 
void CreatePyramid (Mesh *mesh, int subset, bool fill)
 Creates a pyramid. More...
 
void CreatePrism (Mesh *mesh, int subset, bool fill)
 Creates a prism. More...
 

Detailed Description

Creation of 3D geometries.

Function Documentation

◆ CreateBox()

void CreateBox ( Mesh mesh,
const Vec3d min_corner,
const Vec3d max_corner,
int  subset,
bool  fill 
)

Creates a box.

◆ CreatePrism()

void CreatePrism ( Mesh mesh,
int  subset,
bool  fill 
)

Creates a prism.

◆ CreatePyramid()

void CreatePyramid ( Mesh mesh,
int  subset,
bool  fill 
)

Creates a pyramid.

◆ CreateSphere()

void CreateSphere ( Mesh mesh,
const Vec3d center,
double  radius,
int  refinements,
int  subset 
)

Creates a sphere.

◆ CreateTetrahedron()

void CreateTetrahedron ( Mesh mesh,
int  subset,
bool  fill 
)

Creates a tetrahedron.