C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
Parameters for creating chamfers for edges of a solid. More...
#include <op_shell_parameter.h>
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. |