C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
Parameters for creating a fillet face between two faces. More...
#include <op_shell_parameter.h>
Public Member Functions | |
MbFacesFilletParams (const c3d::ConstSolidSPtr &solid1, const c3d::ConstFaceSPtr &face1, const c3d::ConstSolidSPtr &solid2, const c3d::ConstFaceSPtr &face2, const SmoothValues ¶ms, const MbSNameMaker &names) | |
Constructor. More... | |
const MbSNameMaker & | GetNameMaker () const |
Get the object defining names generation in the operation. | |
const c3d::ConstSolidSPtr & | GetSolid1 () const |
Get the first solid. | |
const c3d::ConstSolidSPtr & | GetSolid2 () const |
Get the second solid. | |
const c3d::ConstFaceSPtr & | GetFace1 () const |
Get the first solid face to fillet. | |
const c3d::ConstFaceSPtr & | GetFace2 () const |
Get the second solid face to fillet. | |
Public Attributes | |
SmoothValues | _params |
The fillet operation parameters. | |
Parameters for creating a fillet face between two faces.
Parameters for creating a fillet face between two faces.
|
inline |
Constructor.
Constructor of parameters for creating a fillet face between two faces.
[in] | solid1 | - The first solid. |
[in] | face1 | - The first solid face to fillet. |
[in] | solid2 | - The second solid. |
[in] | face2 | - The second solid face to fillet. |
[in] | params | - The fillet operation parameters. |
[in] | names | - An object for naming the new objects. |