C3D Toolkit  Kernel - 117958, Vision - 2.7.6.12

Parameters for creating a fillet face between two faces. More...

#include <op_shell_parameter.h>

+ Collaboration diagram for MbFacesFilletParams:

Public Member Functions

 MbFacesFilletParams (const c3d::ConstSolidSPtr &solid1, const c3d::ConstFaceSPtr &face1, const c3d::ConstSolidSPtr &solid2, const c3d::ConstFaceSPtr &face2, const SmoothValues &params, const MbSNameMaker &names)
 Constructor. More...
 
const MbSNameMakerGetNameMaker () const
 Get the object defining names generation in the operation.
 
const c3d::ConstSolidSPtrGetSolid1 () const
 Get the first solid.
 
const c3d::ConstSolidSPtrGetSolid2 () const
 Get the second solid.
 
const c3d::ConstFaceSPtrGetFace1 () const
 Get the first solid face to fillet.
 
const c3d::ConstFaceSPtrGetFace2 () const
 Get the second solid face to fillet.
 

Public Attributes

SmoothValues _params
 The fillet operation parameters.
 

Detailed Description

Parameters for creating a fillet face between two faces.

Parameters for creating a fillet face between two faces.

Constructor & Destructor Documentation

◆ MbFacesFilletParams()

MbFacesFilletParams::MbFacesFilletParams ( const c3d::ConstSolidSPtr solid1,
const c3d::ConstFaceSPtr face1,
const c3d::ConstSolidSPtr solid2,
const c3d::ConstFaceSPtr face2,
const SmoothValues params,
const MbSNameMaker names 
)
inline

Constructor.

Constructor of parameters for creating a fillet face between two faces.

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

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