C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Parameters for creating a fillet of a chain of the body faces. More...
#include <op_shell_parameter.h>
Public Member Functions | |
MbShellFullFilletParams (const c3d::FacesSPtrVector &initFaces, const c3d::FacesSPtrVector &initFacesLeft, const c3d::FacesSPtrVector &initFacesRight, const FullFilletValues ¶ms, const MbSNameMaker &names) | |
Constructor. More... | |
const c3d::FacesSPtrVector & | GetFaces () const |
Get faces to fillet. | |
const c3d::FacesSPtrVector & | GetLeftFaces () const |
Get left bounding faces. | |
const c3d::FacesSPtrVector & | GetRightFaces () const |
Get right bounding faces. | |
const MbSNameMaker & | GetNameMaker () const |
Get the object defining names generation in the operation. | |
Public Attributes | |
FullFilletValues | _params |
Parameters of fillet. | |
Parameters for creating a fillet of a chain of the body faces.
Parameters for creating a fillet of a chain of the body faces.
|
inline |
Constructor.
Constructor of parameters for creating a fillet of a chain of the body faces.
[in] | initFaces | - A set of faces to fillet. |
[in] | initFacesLeft | - A set of left bounding faces. |
[in] | initFacesRight | - A set of right bounding faces. |
[in] | params | - The operation parameters. |
[in] | names | - An object for naming the new objects. |