BRL-CAD
|
#include <pullback.h>
Data Fields | |
double | tolerance |
double | flatness |
const ON_Curve * | curve |
const ON_Surface * | surf |
brlcad::SurfaceTree * | surftree |
std::list< ON_2dPointArray * > * | segments |
const ON_BrepEdge * | edge |
bool | order_reversed |
Definition at line 44 of file pullback.h.
double tolerance |
Definition at line 45 of file pullback.h.
double flatness |
Definition at line 46 of file pullback.h.
const ON_Curve* curve |
Definition at line 47 of file pullback.h.
const ON_Surface* surf |
Definition at line 48 of file pullback.h.
brlcad::SurfaceTree* surftree |
Definition at line 49 of file pullback.h.
std::list<ON_2dPointArray *>* segments |
Definition at line 50 of file pullback.h.
const ON_BrepEdge* edge |
Definition at line 51 of file pullback.h.
bool order_reversed |
Definition at line 52 of file pullback.h.