C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
Parameters of solid construction from sheet material. More...
#include <sheet_metal_param.h>
Public Member Functions | |
MbSheetMetalValues () | |
Default constructor. | |
MbSheetMetalValues (const MbSheetMetalValues &other) | |
Copy-constructor. | |
MbSheetMetalValues & | operator= (const MbSheetMetalValues &other) |
Assignment operator. | |
bool | IsSame (const MbSheetMetalValues &other, double accuracy) const |
Determine whether an object is equal? | |
Functions for working with surfaces to which extrude. | |
const MbSurface * | GetSurface1 () const |
Get bounding surface in direction of normal. | |
const MbSurface * | GetSurface2 () const |
Get bounding surface along the opposite direction. | |
MbSurface * | SetSurface1 () |
Get bounding surface in direction of normal. | |
MbSurface * | SetSurface2 () |
Get bounding surface along the opposite direction. | |
void | SetSurface1 (const MbSurface *s) |
Set bounding surface along the direction of normal. | |
void | SetSurface2 (const MbSurface *s) |
Set bounding surface along the opposite direction. | |
void | ExchangeSurfaces () |
Swap bounding extrusions of surfaces. | |
Public Attributes | |
double | thickness |
The thickness. | |
double | k |
Coefficient determining the position of the neutral layer. | |
double | radius |
The internal radius of the bend. | |
MbSweptSide | side1 |
Parameters for side lying along the direction of normal to the sketch. | |
MbSweptSide | side2 |
Parameters for the opposite side. | |
Parameters of solid construction from sheet material.
Parameters of solid construction from sheet material for operation "Sheet solid", "Plate", "Hole", "Cut".
The thickness parameter - is thickness of sheet when extruded of an open contour.
Depth of extrusion is given in the parameters side1 and side2 depending on the direction of extrusion. Coefficient of neutral layer k is necessary for construction of sheet solid by open contour in unbent state.
The radius parameter - is inner radius of cylindrical bend which is formed in a non-smooth connection of two straight segments of open contour.