|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Parameter class by create a symmetric solid relative to a plane. More...
#include <op_shell_parameter.h>
Public Member Functions | |
| MbSymmetrySolidParams (const MbPlacement3D &place, const MbSNameMaker &operNames, ThreeStates side) | |
| Constructor by the operation parameters. More... | |
| MbSymmetrySolidParams (const MbSymmetrySolidParams &other) | |
| Copy constructor. | |
| const MbSNameMaker & | GetNameMaker () const |
| Obtain an object for naming the new objects. | |
| const MbPlacement3D & | GetPlace () const |
| Get the symmetry plane coordinate system. | |
| ThreeStates | GetSide () const |
| Get a part of the source shell to be kept (+1, 0, -1). | |
| void | operator= (const MbSymmetrySolidParams &other) |
| Copy operator. | |
Parameter class by create a symmetric solid relative to a plane.
Parameter class by create a symmetric solid relative to a plane.
| MbSymmetrySolidParams::MbSymmetrySolidParams | ( | const MbPlacement3D & | place, |
| const MbSNameMaker & | operNames, | ||
| ThreeStates | side | ||
| ) |
Constructor by the operation parameters.
Constructor parameter class by create a symmetric solid relative to a plane.
| [in] | place | - The symmetry plane coordinate system. |
| [in] | side | - A part of the source shell to be kept (+1, 0, -1). |
| [in] | operNames | - An object for naming the new objects. |