packages feed

opencascade-hs-0.6.2.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);

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

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

#ifdef __cplusplus
}
#endif

#endif // HS_BREPGPROP_H