|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Parameters for creating phantom surfaces of fillet/chamfer. More...
#include <op_shell_parameter.h>
Inheritance diagram for MbSmoothPhantomParams:
Collaboration diagram for MbSmoothPhantomParams:Public Member Functions | |
| MbSmoothPhantomParams (const c3d::ConstSolidSPtr &solid, const c3d::EdgesSPtrVector &edges, const SmoothValues ¶ms) | |
| Constructor. More... | |
| MbSmoothPhantomParams (const c3d::ConstSolidSPtr &solid, const std::vector< MbEdgeFunction > &edges, const SmoothValues ¶ms) | |
| Constructor. More... | |
| const c3d::ConstSolidSPtr & | GetSolid () const |
| Get an initial solid. | |
| const c3d::EdgesSPtrVector & | GetCurves () const |
| Get the edges to create chamfer on. | |
| const std::vector< MbEdgeFunction > & | GetEdgeFunctions () const |
| Get the edges to fillet together with the radius laws. | |
Public Attributes | |
| SmoothValues | _params |
| The fillet operation parameters. | |
Protected Attributes | |
| c3d::ConstSolidSPtr | _initSolid |
| The initial solid. | |
| c3d::EdgesSPtrVector | _initCurves |
| An array of edges for fillet / chamfer. | |
| std::vector< MbEdgeFunction > | _initFunctions |
| An array of edges and radius laws for fillet / chamfer. | |
Parameters for creating phantom surfaces of fillet/chamfer.
Parameters for creating phantom surfaces of fillet/chamfer.
|
inline |
Constructor.
Constructor by an array of edges.
| [in] | solid | - The initial solid. |
| [in] | edges | - An array of edges for fillet/chamfer. |
| [in] | params | - Parameters of the fillet/chamfer operation. |
|
inline |
Constructor.
Constructor by an array of edges and radius laws.
| [in] | solid | - The initial solid. |
| [in] | edges | - An array of edges and radius laws for fillet/chamfer. |
| [in] | params | - Parameters of the fillet/chamfer operation. |