C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Constructor of an offset shell. More...
#include <creator.h>
#include <math_define.h>
#include <op_shell_parameter.h>
#include <op_swept_parameter.h>
Classes | |
class | MbShellSolid |
Constructor of an offset shell. More... | |
Functions | |
MbCreator * | CreateThinShelling (MbFaceShell *solid, MbeCopyMode sameShell, SweptValues ¶meters, RPArray< MbFace > &outFaces, const MbSNameMaker &names, bool copyFaceAttrs, MbResultType &res, MbFaceShell *&shell) |
Create an offset shell with the common offset distance. More... | |
MbCreator * | CreateThinShelling (MbFaceShell *solid, MbeCopyMode sameShell, SweptValues ¶meters, RPArray< MbFace > &outFaces, RPArray< MbFace > &offFaces, SArray< double > &offDists, const MbSNameMaker &names, bool copyFaceAttrs, MbResultType &res, MbFaceShell *&shell) |
Create an offset shell with unique offset distance. More... | |
MbFaceShell * | MakeThinShell (MbFaceShell &solid, MbeCopyMode sameShell, const SweptValues ¶meters, SArray< MbItemIndex > &outInds, SArray< MbItemThinValues > &offIndPars, const MbSNameMaker &names, bool copyFaceAttrs, MbResultType &res) |
Construct an offset shell. More... | |
Constructor of an offset shell.