Coordinate based vertex selection. More...
Functions | |
| Vertex * | SelectVertexByCoordinate (Mesh *mesh, const Vec3d *coordinate) |
| Selects a vertex given a coordinate. More... | |
| Vertex * | SelectVertexByCylindricalCoordinate (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... | |
Coordinate based vertex selection.
Selects a vertex given a coordinate.
Selects a vertex given a cylindrical coordinate.
Selects all vertices in the given box.