packages feed

opencascade-hs-0.2.0.0: cpp/hs_BRepGProp.h

#ifndef HS_BREPGPROP_H
#define HS_BREPGPROP_H

#include "hs_types.h"

#ifdef __cplusplus
extern "C" {
#endif

void hs_BRepGProp_VolumeProperties(TopoDS_Shape * shape, GProp_GProps * props, bool onlyClosed, bool skipShared, bool useTriangulation );

#ifdef __cplusplus
}
#endif

#endif // HS_BREPGPROP_H