C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Parameter class for the creation an open ruled solid. More...
#include <op_shell_parameter.h>
Public Member Functions | |
MbRuledShellParams (const RuledSurfaceValues &pars, const MbSNameMaker &operNames, bool isPhantom) | |
Constructor by the operation parameters. More... | |
MbRuledShellParams (const MbRuledShellParams &other) | |
Copy constructor. | |
const MbSNameMaker & | GetNameMaker () const |
Get a generator of names (name-maker) of topological objects. | |
bool | IsPhantom () const |
Create in the phantom mode. | |
void | SetNameMaker (const MbSNameMaker &names, bool version=false) |
Set a generator of names (name-maker) of topological objects. | |
void | SetPhantom (bool isPhantom) |
Set the phantom mode. | |
const RuledSurfaceValues & | GetParams () const |
Get the operation parameters. | |
void | operator= (const MbRuledShellParams &other) |
Copy operator. | |
Parameter class for the creation an open ruled solid.
Parameter class for the creation of a bounding box phantom in a local coordinate system.
MbRuledShellParams::MbRuledShellParams | ( | const RuledSurfaceValues & | pars, |
const MbSNameMaker & | operNames, | ||
bool | isPhantom | ||
) |
Constructor by the operation parameters.
Constructor of parameters extension of an open solid by extrusion using given set of edges.
[in] | pars | - The operation parameters. |
[in] | operNames | - An object for naming the new objects. |
[in] | isPhantom | - Create in the phantom mode. |