#include <CCPACSFuselageProfileGetPointAlgo.h>
◆ CCPACSFuselageProfileGetPointAlgo()
TIGL_EXPORT tigl::CCPACSFuselageProfileGetPointAlgo::CCPACSFuselageProfileGetPointAlgo |
( |
const TopTools_SequenceOfShape & |
wireContainer | ) |
|
Constructor which expects a fuselage profile wire.
- Parameters
-
wireContainer | Contains exactly one Fuselage profile wire |
◆ GetPointTangent()
TIGL_EXPORT void tigl::CCPACSFuselageProfileGetPointAlgo::GetPointTangent |
( |
const double & |
alpha, |
|
|
gp_Pnt & |
point, |
|
|
gp_Vec & |
tangent, |
|
|
const CCPACSGuideCurve::FromOrToDefinition & |
fromOrToDefinition = CCPACSGuideCurve::FromOrToDefinition::CIRCUMFERENCE |
|
) |
| |
Get point and the tangent on fuselage profile at curve parameter alpha.
- Parameters
-
alpha | The curve parameter which starts at alpha=0 and ends at alpha=1 |
point | Point on the profile corresponding to the parameter alpha |
tangent | Tangent on the profile corresponding to the parameter alpha |
fromOrToDefinition | Define the basis on which the point on the curve should be found (circumference or parameter) |
◆ wire
TopoDS_Wire tigl::CCPACSFuselageProfileGetPointAlgo::wire |
|
private |
Wire of the fuselage profile
◆ wireLength
Standard_Real tigl::CCPACSFuselageProfileGetPointAlgo::wireLength |
|
private |
Circumfence of the wing profile
The documentation for this class was generated from the following file: