stl_solid.hpp
Go to the documentation of this file.
void debug_print(std::ostream &os) const
Print debugging information to os.
Definition: stl_solid.cpp:117
void add_stl_file(class STLFile *stl)
Add entity from STL-file to object.
Definition: stl_solid.cpp:101
virtual bool inside(const Vec3D &x) const
Return if 3D point x in simulation space is inside solid.
Definition: stl_solid.cpp:87
virtual void save(std::ostream &s) const
Saves solid data to stream.
Definition: stl_solid.cpp:127
class STLFile * get_stl_file(uint32_t i=0) const
Return a pointer to the STL-file i.
Definition: stl_solid.cpp:109
Base for solid definition.
Full transformation for three dimensional homogenous space.