ProMesh User Manual  v4.3.19
Coordinate Based

Coordinate based vertex selection. More...

Functions

VertexSelectVertexByCoordinate (Mesh *mesh, const Vec3d *coordinate)
 Selects a vertex given a coordinate. More...
 
VertexSelectVertexByCylindricalCoordinate (Mesh *mesh, double rho, double phi, double z)
 Selects a vertex given a cylindrical coordinate. More...
 
void SelectVerticesInBox (Mesh *mesh, const Vec3d *min, const Vec3d *max)
 Selects all vertices in the given box. More...
 
void SelectVerticesInCylinder (Mesh *mesh, const Vec3d *base, const Vec3d *top, double radius)
 Selects all vertices in the given cylinder. More...
 

Detailed Description

Coordinate based vertex selection.

Function Documentation

◆ SelectVertexByCoordinate()

Vertex* SelectVertexByCoordinate ( Mesh mesh,
const Vec3d coordinate 
)

Selects a vertex given a coordinate.

◆ SelectVertexByCylindricalCoordinate()

Vertex* SelectVertexByCylindricalCoordinate ( Mesh mesh,
double  rho,
double  phi,
double  z 
)

Selects a vertex given a cylindrical coordinate.

◆ SelectVerticesInBox()

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

Selects all vertices in the given box.

◆ SelectVerticesInCylinder()

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

Selects all vertices in the given cylinder.