ProMesh User Manual  v4.3.19
Coordinate Based

Coordinate based face selection. More...

Functions

FaceSelectFaceByCoordinate (Mesh *mesh, const Vec3d *coordinate)
 Selects the face whose center is closest to the specified coordinate. More...
 
FaceSelectFaceByCylindricalCoordinate (Mesh *mesh, double rho, double phi, double z)
 Selects the face whose center is closest to the specified cylindrical coordinate. More...
 
void SelectFacesInBox (Mesh *mesh, const Vec3d *min, const Vec3d *max)
 Selects all faces in the given box. More...
 
void SelectFacesInCylinder (Mesh *mesh, const Vec3d *base, const Vec3d *top, double radius)
 Selects all faces in the given cylinder. More...
 

Detailed Description

Coordinate based face selection.

Function Documentation

◆ SelectFaceByCoordinate()

Face* SelectFaceByCoordinate ( Mesh mesh,
const Vec3d coordinate 
)

Selects the face whose center is closest to the specified coordinate.

◆ SelectFaceByCylindricalCoordinate()

Face* SelectFaceByCylindricalCoordinate ( Mesh mesh,
double  rho,
double  phi,
double  z 
)

Selects the face whose center is closest to the specified cylindrical coordinate.

◆ SelectFacesInBox()

void SelectFacesInBox ( Mesh mesh,
const Vec3d min,
const Vec3d max 
)

Selects all faces in the given box.

◆ SelectFacesInCylinder()

void SelectFacesInCylinder ( Mesh mesh,
const Vec3d base,
const Vec3d top,
double  radius 
)

Selects all faces in the given cylinder.