|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | FairCurve_BattenLaw (const Standard_Real Heigth, const Standard_Real Slope, const Standard_Real Sliding) |
| Constructor of linear batten with
Heigth : the Heigth at the middle point
Slope : the geometric slope of the batten
Sliding : Active Length of the batten without extension
.
|
void | SetSliding (const Standard_Real Sliding) |
| Change the value of sliding
.
|
void | SetHeigth (const Standard_Real Heigth) |
| Change the value of Heigth at the middle point.
.
|
void | SetSlope (const Standard_Real Slope) |
| Change the value of the geometric slope.
.
|
virtual Standard_Boolean | Value (const Standard_Real T, Standard_Real &THeigth) |
| computes the value of the heigth for the parameter T
on the neutral fibber
|
Private Attributes |
Standard_Real | MiddleHeigth |
Standard_Real | GeometricSlope |
Standard_Real | LengthSliding |