C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
The rip edge and closing corner parameters. More...
#include <sheet_metal_param.h>
Public Member Functions | |
MbRipEdgeValues () | |
Default constructor. | |
MbRipEdgeValues (const std::vector< MbEdgeFacesIndexes > &indicies, const MbClosedCornerValues &cValues) | |
Constructor by specific parameters. | |
MbRipEdgeValues (const MbRipEdgeValues &other) | |
Copy-constructor. | |
MbRipEdgeValues & | operator= (const MbRipEdgeValues &other) |
Assignment operator. | |
void | Init (const MbRipEdgeValues &other) |
Initialization by another object. | |
bool | IsSame (const MbRipEdgeValues &other, double accuracy) const |
Determine whether an object is equal? | |
void | Transform (const MbMatrix3D &matr) |
Transform element 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. | |
Public Attributes | |
std::vector< MbEdgeFacesIndexes > | ripEdgeIndicies |
Index of rip edge. | |
The rip edge and closing corner parameters.