mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0029792: Add ::IsParallel method to GeomAPI_Extrema* classes
Add IsParallel() methods for classes: - GeomAPI_ExtremaCurveCurve - GeomAPI_ExtremaCurveSurface - GeomAPI_ExtremaSurfaceSurface
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
//! Returns True if the distances are found.
|
||||
Standard_EXPORT Standard_Boolean IsDone() const;
|
||||
|
||||
//! Returns True if the curve is on a parallel surface.
|
||||
//! Returns True if the surfaces are parallel
|
||||
Standard_EXPORT Standard_Boolean IsParallel() const;
|
||||
|
||||
//! Returns the number of extremum distances.
|
||||
|
Reference in New Issue
Block a user