Computes a radius of circular face or edge. Returns the list of several radiuses (minor and major) for ellipse curves or toroidal/cone surfaces. More...
#include <cadex/Measurements/Radius.hxx>
Public Types | |
typedef std::vector< double > | ValuesType |
typedef std::vector< Geom::Curve > | CurvesType |
typedef std::vector< Geom::Point > | PointsType |
Static Public Member Functions | |
static ValuesType | Compute (const ModelData::Shape &theShape) |
Computes the radius theShape . | |
static ValuesType | Compute (const ModelData::Shape &theShape, CurvesType &theCurves, PointsType &thePoints) |
Computes the radius theShape . | |
Computes a radius of circular face or edge. Returns the list of several radiuses (minor and major) for ellipse curves or toroidal/cone surfaces.