mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031661: Modeling Data - Exception when projecting parabola or hyperbola to plane
ProjLib/ProjLib_ProjectOnPlane.cxx - formatting 0031661: Modeling Data - Algorithm crashes when projecting parabola or hyperbola to plane ProjLib/ProjLib_ProjectOnPlane.cxx - building of analytical parabola and hyperbola is added bugs/moddata_3/bug31661_* - new test cases are added
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -192,9 +192,12 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
void GetTrimmedResult(const Handle(Geom_Curve)& theProjCurve);
|
||||
|
||||
Standard_Boolean BuildParabolaByApex(Handle(Geom_Curve)& theGeomParabolaPtr);
|
||||
Standard_Boolean BuildHyperbolaByApex(Handle(Geom_Curve)& theGeomParabolaPtr);
|
||||
|
||||
|
||||
void BuildByApprox(const Standard_Real theLimitParameter);
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user