C3D Toolkit
Kernel - 117944, Vision - 2.7.3.11
|
The output data of the lathe section for the solid. More...
#include <op_shell_parameter.h>
Public Member Functions | |
MbLatheCurvesResult () | |
Default constructor. | |
MbLatheCurvesResult (const MbLatheCurvesResult &other) | |
Copy constructor. | |
const MbPlacement3D & | GetPosition () const |
Get local coordinate system. | |
size_t | GetCurvesCount () const |
Get the curves count. | |
void | AddCurve (MbCurve &crs) |
Add curves. | |
void | GetCurves (std::vector< SPtr< MbCurve > > &crs) const |
Get two-dimensional curves. | |
void | operator= (const MbLatheCurvesResult &other) |
Copy operator. | |
The output data of the lathe section for the solid.
The output data contains a local coordinate system (LCS) and two-dimensional curves located in the XY plane of the LCS.