AngelCAD
1.5-00
|
Abstract base for all primitives and booleans. More...
#include <angelcad.h>
Public Member Functions | |
boundingbox@ | box () const |
Return bounding box of object. More... | |
tmatrix@ | transform () const |
Return transformation matrix of object. More... | |
void | write_csg (string path) |
Write object to OpenSCAD .csg file. More... | |
void | write_xcsg (string path, double secant_tolerance=- 1.0) |
Write object to .xcsg file for processing by xcsg program. More... | |
Abstract base for all primitives and booleans.
boundingbox@ shape::box | ( | ) | const |
Return bounding box of object.
tmatrix@ shape::transform | ( | ) | const |
Return transformation matrix of object.
void shape::write_csg | ( | string | path | ) |
Write object to OpenSCAD .csg file.
path | string |
void shape::write_xcsg | ( | string | path, |
double | secant_tolerance = - 1.0 |
||
) |
Write object to .xcsg file for processing by xcsg program.
path | string |
secant_tolerance | double |