opencascade-hs-0.6.3.0: cpp/hs_BRepBuilderAPI_MakeShape.h
#ifndef HS_BREPBUILDERAPI_MAKE_SHAPE_H
#define HS_BREPBUILDERAPI_MAKE_SHAPE_H
#include "hs_types.h"
#ifdef __cplusplus
extern "C" {
#endif
TopoDS_Shape * hs_BRepBuilderAPI_MakeShape_shape(
BRepBuilderAPI_MakeShape * builder,
HSExceptionType* exType,
void** exPtr
);
void hs_BRepBuilderAPI_MakeShape_build(
BRepBuilderAPI_MakeShape* builder,
HSExceptionType* exType,
void** exPtr
);
#ifdef __cplusplus
}
#endif
#endif // HS_BREPBUILDERAPI_MAKE_SHAPE_H