opencascade-hs-0.6.3.0: cpp/hs_BRepPrimAPI_MakeCylinder.h
#ifndef HS_BREPPRIMAPI_MAKECYLINDER_H
#define HS_BREPPRIMAPI_MAKECYLINDER_H
#include "hs_types.h"
#ifdef __cplusplus
extern "C" {
#endif
TopoDS_Solid * hs_BRepPrimAPI_MakeCylinder_fromRadiusAndHeight(
double r, double h,
HSExceptionType* exType,
void** exPtr
);
#ifdef __cplusplus
}
#endif
#endif // HS_BREPPRIMAPI_MAKECYLINDER_H