C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Parameters for creating phantom surfaces of fillet/chamfer. More...

#include <op_shell_parameter.h>

+ Inheritance diagram for MbSmoothPhantomParams:
+ Collaboration diagram for MbSmoothPhantomParams:

Public Member Functions

 MbSmoothPhantomParams (const c3d::ConstSolidSPtr &solid, const c3d::EdgesSPtrVector &edges, const SmoothValues &params)
 Constructor. More...
 
 MbSmoothPhantomParams (const c3d::ConstSolidSPtr &solid, const std::vector< MbEdgeFunction > &edges, const SmoothValues &params)
 Constructor. More...
 
const c3d::ConstSolidSPtrGetSolid () const
 Get an initial solid.
 
const c3d::EdgesSPtrVector & GetCurves () const
 Get the edges to create chamfer on.
 
const std::vector< MbEdgeFunction > & GetEdgeFunctions () const
 Get the edges to fillet together with the radius laws.
 

Public Attributes

SmoothValues _params
 The fillet operation parameters.
 

Protected Attributes

c3d::ConstSolidSPtr _initSolid
 The initial solid.
 
c3d::EdgesSPtrVector _initCurves
 An array of edges for fillet / chamfer.
 
std::vector< MbEdgeFunction_initFunctions
 An array of edges and radius laws for fillet / chamfer.
 

Detailed Description

Parameters for creating phantom surfaces of fillet/chamfer.

Parameters for creating phantom surfaces of fillet/chamfer.

Constructor & Destructor Documentation

◆ MbSmoothPhantomParams() [1/2]

MbSmoothPhantomParams::MbSmoothPhantomParams ( const c3d::ConstSolidSPtr solid,
const c3d::EdgesSPtrVector &  edges,
const SmoothValues params 
)
inline

Constructor.

Constructor by an array of edges.

Parameters
[in]solid- The initial solid.
[in]edges- An array of edges for fillet/chamfer.
[in]params- Parameters of the fillet/chamfer operation.

◆ MbSmoothPhantomParams() [2/2]

MbSmoothPhantomParams::MbSmoothPhantomParams ( const c3d::ConstSolidSPtr solid,
const std::vector< MbEdgeFunction > &  edges,
const SmoothValues params 
)
inline

Constructor.

Constructor by an array of edges and radius laws.

Parameters
[in]solid- The initial solid.
[in]edges- An array of edges and radius laws for fillet/chamfer.
[in]params- Parameters of the fillet/chamfer operation.

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