diff --git a/src/fuselage/CCPACSFuselage.h b/src/fuselage/CCPACSFuselage.h index c66889f8e..4f595faae 100644 --- a/src/fuselage/CCPACSFuselage.h +++ b/src/fuselage/CCPACSFuselage.h @@ -128,13 +128,6 @@ class CCPACSFuselage : public generated::CPACSFuselage, public CTiglRelativelyPo // Returns all guide curve points TIGL_EXPORT std::vector GetGuideCurvePoints() const; - // create the line intersecting the fuselage for the stringer/frame profile - TIGL_EXPORT gp_Lin Intersection(gp_Pnt pRef, double angleRef) const; - TIGL_EXPORT gp_Lin Intersection(const CCPACSFuselageStringerFramePosition& pos) const; - - // project the edge/wire onto the fuselage loft - TIGL_EXPORT TopoDS_Wire projectConic(TopoDS_Shape wireOrEdge, gp_Pnt origin) const; - TIGL_EXPORT TopoDS_Wire projectParallel(TopoDS_Shape wireOrEdge, gp_Dir direction) const; /* * Creator functions