packages feed

opencascade-hs-0.6.3.0: cpp/hs_GC_MakeSegment.h

#ifndef HS_GC_SEGMENT_H
#define HS_GC_SEGMENT_H

#include "hs_types.h"

#ifdef __cplusplus
extern "C" {
#endif

Handle(Geom_TrimmedCurve) * hs_GC_MakeSegment_fromPnts(
    gp_Pnt* a, gp_Pnt* b,
    HSExceptionType* exType, void ** exPtr
);


#ifdef __cplusplus
}
#endif

#endif // HS_GC_MAKESEGMENT_H