C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Parameters of an offset curve on a surface. More...
#include <op_curve_parameter.h>
Public Member Functions | |
MbSurfaceOffsetCurveParams (const MbFace &f, const MbAxis3D &a, double d, const MbSNameMaker &nm) | |
Constructor by parameters. | |
const MbSNameMaker & | GetNameMaker () const |
Get names maker reference. | |
Public Attributes | |
c3d::ConstFaceSPtr | face |
The face on which to build the offset curve. | |
MbAxis3D | dirAxis |
The offset direction with a reference point. | |
double | dist |
The offset distance. | |
Protected Attributes | |
const MbSNameMaker & | snMaker |
An object defining the frame curves names. | |
Parameters of an offset curve on a surface.
Parameters of an offset curve on a surface from a curve on the surface and a shift value.