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>

+ Collaboration diagram for MbShellFullFilletParams:

Public Member Functions

 MbShellFullFilletParams (const c3d::FacesSPtrVector &initFaces, const c3d::FacesSPtrVector &initFacesLeft, const c3d::FacesSPtrVector &initFacesRight, const FullFilletValues &params, 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 MbSNameMakerGetNameMaker () const
 Get the object defining names generation in the operation.
 

Public Attributes

FullFilletValues _params
 Parameters of fillet.
 

Detailed Description

Parameters for creating a fillet of a chain of the body faces.

Parameters for creating a fillet of a chain of the body faces.

Constructor & Destructor Documentation

◆ MbShellFullFilletParams()

MbShellFullFilletParams::MbShellFullFilletParams ( const c3d::FacesSPtrVector &  initFaces,
const c3d::FacesSPtrVector &  initFacesLeft,
const c3d::FacesSPtrVector &  initFacesRight,
const FullFilletValues params,
const MbSNameMaker names 
)
inline

Constructor.

Constructor of parameters for creating a fillet of a chain of the body faces.

Parameters
[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.

The documentation for this class was generated from the following file: