C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
cr_join_shell.h File Reference

Construction of a join shell. More...

#include <op_shell_parameter.h>
#include <creator.h>
#include <math_define.h>

Classes

class  MbJoinShell
 Constructor of a join shell. More...
 

Functions

MbCreatorCreateJoinShell (MbSurfaceCurve &curve1, MbSurfaceCurve &curve2, JoinSurfaceValues &parameters, const MbSNameMaker &names, MbResultType &res, MbFaceShell *&shell)
 Construct a join shell. More...
 
MbCreatorCreateJoinShell (const RPArray< MbCurveEdge > &edges1, const SArray< bool > &orients1, const RPArray< MbCurveEdge > &edges2, const SArray< bool > &orients2, const MbMatrix3D &matr1, const MbMatrix3D &matr2, JoinSurfaceValues &parameters, const MbSNameMaker &names, MbResultType &res, MbFaceShell *&shell, bool isPhantom)
 Construct a join shell. More...
 
MbCreatorCreateJoinShell (const MbJoinShellParams &parameters, MbResultType &res, MbJoinShellResults &result, c3d::ShellSPtr &shell)
 Create a joint shell from parameters. More...
 

Detailed Description

Construction of a join shell.