C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Outer and inner faces of bend with parameters. More...

#include <sheet_metal_param.h>

+ Inheritance diagram for MbSheetMetalBend:
+ Collaboration diagram for MbSheetMetalBend:

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 MbBendValuesoperator= (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< MbFaceinnerFaces
 Pointers to interior faces of bend.
 
RPArray< MbFaceouterFaces
 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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: