packages feed

opencascade-hs-0.5.0.0: cpp/hs_BRepLib.h

#ifndef HS_BREPLIB_H
#define HS_BREPLIB_H

#include "hs_types.h"

#ifdef __cplusplus
extern "C" {
#endif

bool hs_BRepLib_orientClosedSolid(TopoDS_Solid * solid);

bool hs_BRepLib_buildCurve3d(TopoDS_Edge* edge, double tolerance, GeomAbs_Shape continuity, int maxDegree, int maxSegment);

#ifdef __cplusplus
}
#endif

#endif // HS_BREPLIB_H