|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Parameters for creating chamfers for edges of a solid. More...
#include <op_shell_parameter.h>
Inheritance diagram for MbShellChamferParams:
Collaboration diagram for MbShellChamferParams:Public Member Functions | |
| MbShellChamferParams (const c3d::EdgesSPtrVector &initCurves, const SmoothValues ¶ms, const MbSNameMaker &names) | |
| Constructor. More... | |
| const MbSNameMaker & | GetNameMaker () const |
| Get the object defining names generation in the operation. | |
| const c3d::EdgesSPtrVector & | GetCurves () const |
| Get the edges to create chamfer on. | |
Public Attributes | |
| SmoothValues | _params |
| The operation parameters. | |
Protected Attributes | |
| c3d::EdgesSPtrVector | _initCurves |
| An array of edges to create chamfer on. | |
| SPtr< MbSNameMaker > | _nameMaker |
| An object defining names generation in the operation. | |
Parameters for creating chamfers for edges of a solid.
Parameters for creating chamfers for edges of a solid.
|
inline |
Constructor.
Constructor of parameters for creating chamfers for edges of a solid.
| [in] | initCurves | - An array of edges to create chamfer on. |
| [in] | params | - The operation parameters. |
| [in] | names | - An object for naming the new objects. |