40#ifndef H_OGF_MESH_COMMANDS_MESH_GROB_SHAPES_COMMANDS_H
41#define H_OGF_MESH_COMMANDS_MESH_GROB_SHAPES_COMMANDS_H
145 bool triangulate =
true
Base class for Commands related with a MeshGrob object.
Commands that create simple shapes.
void create_box(const vec3 &pmin=vec3(0, 0, 0), const vec3 &pmax=vec3(1, 1, 1))
Creates a new cube in the current mesh. \menu /Surface/Shapes.
void create_sphere(const vec3 ¢er=vec3(0, 0, 0), double radius=1.0, index_t precision=4)
Creates a mesh that approximates a sphere.
MeshGrobShapesCommands()
MeshGrobShapesCommands constructor.
~MeshGrobShapesCommands() override
MeshGrobShapesCommands destructor.
void create_cylinder_from_extremities(const vec3 &p1=vec3(0, 0,-0.5), const vec3 &p2=vec3(0, 0, 0.5), double radius=1, index_t precision=10, bool capping=true)
Creates a new cylinder in the current mesh. \menu /Surface/Shapes.
void create_ngon(const vec3 ¢er=vec3(0, 0, 0), double R=1.0, index_t nb_edges=6, bool triangulate=true)
Creates a new ngon in the current mesh. \menu /Surface/Shapes.
void create_icosahedron(const vec3 ¢er=vec3(0, 0, 0), double radius=1.0)
Creates a new icosahedron in the current mesh. \menu /Surface/Shapes.
void create_from_bounding_box(const GrobName &grob, index_t nb_split=0)
Creates a surfacic mesh from the bounding box of an object.
void create_cylinder_from_axes(const vec3 ¢er=vec3(0, 0, 0), const vec3 &X_axis=vec3(0.25, 0, 0), const vec3 &Y_axis=vec3(0, 0.25, 0), const vec3 &Z_axis=vec3(0, 0, 1), index_t precision=10, bool capping=true)
Creates a new cylinder in the current mesh. \menu /Surface/Shapes.
A template class for strings that need to have a specific type in the GOM system.
Base class for Commands related with a MeshGrob object.
vecng< 3, Numeric::float64 > vec3
Represents points and vectors in 3d.
geo_index_t index_t
The type for storing and manipulating indices.
Global Graphite namespace.
Definitions common to all include files in the mesh library.