C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Outer and inner faces of bend with parameters. More...
#include <sheet_metal_param.h>
Public Member Functions | |
MbSheetMetalBend () | |
Default constructor. | |
MbSheetMetalBend (MbFace *inner, MbFace *outer, const double k, const double radius, const double angle, const double coneAngle) | |
Constructor by specific parameters. | |
bool | IsSame (const MbSheetMetalBend &other, double accuracy) const |
Determine whether an object is equal? | |
Public Member Functions inherited from MbBendValues | |
MbBendValues () | |
Default constructor. | |
MbBendValues (double coef, double rad, double ang, double coneAng) | |
Constructor by specific parameters. | |
MbBendValues (const MbBendValues &other) | |
Copy-constructor. | |
void | Init (double coef, double rad, double ang, double coneAng) |
Initialize by specific parameters. | |
void | Init (const MbBendValues &other) |
Initialize by another structure. | |
const MbBendValues & | operator= (const MbBendValues &other) |
Assignment operator. | |
bool | IsSame (const MbBendValues &other, double accuracy) const |
Determine whether an object is equal? | |
void | Transform (const MbMatrix3D &matr) |
To transform by the matrix. | |
Public Attributes | |
RPArray< MbFace > | innerFaces |
Pointers to interior faces of bend. | |
RPArray< MbFace > | outerFaces |
Pointers to exterior faces of bend. | |
Public Attributes inherited from MbBendValues | |
double | k |
Coefficient determining the position of the neutral layer. | |
double | radius |
The internal radius of the bend. | |
double | angle |
The bend angle. | |
double | coneAngle |
The angle between the axis and the side of the cone. | |
Outer and inner faces of bend with parameters.
Outer and inner faces of bend with inner radius and neutral layer coefficient. Completely determines the bend and associates it with parameters.