C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
Parameters and names of bend's elements. More...
#include <sheet_metal_param.h>
Public Member Functions | |
MbSMBendNames () | |
Default constructor. | |
MbSMBendNames (double coef, double rad, double ang, SimpleName sn1, SimpleName sn2, SimpleName exn=-1, uint groupNumber=SYS_MAX_UINT) | |
Constructor by specific parameters. | |
MbSMBendNames (const MbSMBendNames &init) | |
Copy-constructor. | |
bool | IsSame (const MbSMBendNames &other, double accuracy) const |
Determine whether an object is equal? | |
![]() | |
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 | |
SimpleName | segName1 |
Name of the first of two adjacent segments of the contour. | |
SimpleName | segName2 |
Name of the second of two adjacent segments of the contour. | |
SimpleName | extraName |
Additional name. | |
uint | groupNumber |
Group number of simultaneously bent/unbent bends. | |
MbName | innerFaceName |
Name of interior face of bend. | |
MbName | outerFaceName |
Name of exterior face of bend. | |
![]() | |
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. | |
Parameters and names of bend's elements.
The bend parameters. Names of the outer and inner faces of the bend, and names of contour segments between which bend is built. Used to construct sheet solids by sketches extrusion. Additional name in operations of construction is not used.