C3D Toolkit
Kernel - 117969, Vision - 2.8.1.4
|
Class with solid duplication parameters. More...
#include <op_duplication_parameter.h>
Public Member Functions | |
MbDuplicationSolidParams (const DPtr< DuplicationValues > &values, IProgressIndicator *prog=nullptr) | |
Constructor. | |
MbDuplicationSolidParams (const DPtr< DuplicationValues > &values, const MbSNameMaker &names, IProgressIndicator *prog=nullptr) | |
Constructor. | |
MbDuplicationSolidParams (bool isPolar, const MbVector3D &dir1, const double step1, const uint num1, const MbVector3D &dir2, const double step2, const uint num2, const MbCartPoint3D *center, bool isAlongAxis, IProgressIndicator *prog=nullptr) | |
Constructor based on DuplicationMeshValues to copy by grid. | |
MbDuplicationSolidParams (const MbMatrix3D &matr, IProgressIndicator *prog=nullptr) | |
Constructor based on DuplicationMatrixValues to copy by grid. | |
MbDuplicationSolidParams (const SArray< MbMatrix3D > &matr, IProgressIndicator *prog=nullptr) | |
Constructor based on DuplicationMatrixValues to copy by grid. | |
MbDuplicationSolidParams (const std::vector< MbMatrix3D > &matr, IProgressIndicator *prog=nullptr) | |
Constructor based on DuplicationMatrixValues to copy by grid. | |
const DuplicationValues & | GetDuplicationValues () const |
Get the copy parameters. | |
const MbSNameMaker & | GetNameMaker () const |
Get the object defining names generation in the operation. | |
void | SetNameMaker (const MbSNameMaker &names, bool version=true) |
Set the object defining names generation in the operation. | |
Public Attributes | |
IProgressIndicator * | _progress |
A progress indicator of the operation. | |
Class with solid duplication parameters.
Class with solid duplication parameters.