|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Parameters for creating a fillet of a chain of the body faces. More...
#include <op_shell_parameter.h>
Collaboration diagram for MbShellFullFilletParams: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. |