Skip to content

Commit

Permalink
Remove obsolete function declarations in CCPACSFuselage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
svengoldberg committed Nov 19, 2024
1 parent cdb68dc commit 7851a3c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/fuselage/CCPACSFuselage.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@ class CCPACSFuselage : public generated::CPACSFuselage, public CTiglRelativelyPo
// Returns all guide curve points
TIGL_EXPORT std::vector<gp_Pnt> 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
Expand Down

0 comments on commit 7851a3c

Please sign in to comment.