Coordinate based face selection. More...
Functions | |
Face * | SelectFaceByCoordinate (Mesh *mesh, const Vec3d *coordinate) |
Selects the face whose center is closest to the specified coordinate. More... | |
Face * | SelectFaceByCylindricalCoordinate (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... | |
Coordinate based face selection.
Selects the face whose center is closest to the specified coordinate.
Selects the face whose center is closest to the specified cylindrical coordinate.
Selects all faces in the given box.