C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Parameter for an unwrapping the face on a plane. More...
#include <op_shell_parameter.h>
Public Member Functions | |
RectifyValues () | |
Default constructor. More... | |
RectifyValues (const MbPlacement3D &pl, const MbCartPoint &r, const MbStepData &s, double m=0.25, bool fset=false) | |
Constructor by way of modification and movement vector. | |
RectifyValues (const RectifyValues &other) | |
Copy-constructor. | |
~RectifyValues () | |
Destructor. | |
void | Init (const RectifyValues &other) |
Copy function. | |
RectifyValues & | operator= (const RectifyValues &other) |
Assignment operator. | |
void | Transform (const MbMatrix3D &matr) |
Transform an object according to the matrix. | |
void | Move (const MbVector3D &to) |
Move an object along a vector. | |
void | Rotate (const MbAxis3D &axis, double ang) |
Rotate an object at a given angle around an axis. | |
bool | IsSame (const RectifyValues &other, double accuracy) const |
Determine whether an object is equal? | |
Protected Attributes | |
MbPlacement3D | place |
The local coordinate system for result surface. | |
MbCartPoint | init |
The parameters of the surface, which will correspond to the origin of the place. | |
MbStepData | stepData |
Data for step calculation during triangulation. | |
double | myu |
The Poisson's ratio of face material. | |
bool | faceted |
Add to the attributes a mosaic object (true), or don't. | |
Parameter for an unwrapping the face on a plane.
Parameter for an unwrapping the face on a plane.
The parameters contain information about the scan position and material properties.
|
inline |
Default constructor.
Constructor of operation parameters of removing the specified faces from the solid.