C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Parameters for creating a shell with a hole, a pocket or a groove. More...
#include <op_shell_parameter.h>
Public Member Functions | |
MbHoleSolidParams (const MbPlacement3D &place, const HoleValues ¶ms, const MbSNameMaker &operNames) | |
Constructor. More... | |
~MbHoleSolidParams () | |
Destructor. | |
const MbSNameMaker & | GetNameMaker () const |
Get the object defining names generation in the operation. | |
const MbPlacement3D & | GetPlace () const |
Get the local coordinate system. | |
const HoleValues & | GetParameters () const |
Get the parameters of operation. | |
Protected Attributes | |
MbPlacement3D | _place |
A local coordinate system. | |
const HoleValues & | _parameters |
Parameters of a shell creation. | |
c3d::SNameMakerSPtr | _operNames |
An object defining names generation in the operation. | |
Parameters for creating a shell with a hole, a pocket or a groove.
Parameters for creating a shell with a hole, a pocket or a groove.
|
inline |
Constructor.
Constructor of parameters for creating a shell with a hole, a pocket or a groove.
[in] | place | - A local coordinate system. |
[in] | params | - Parameters of operation. |
[in] | operNames | - An object for naming the new objects. |