mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 02:40:00 +00:00
Fix some warnings
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
namespace IfcGeom {
|
||||
class IFC_GEOM_API IfcRepresentationShapeItem {
|
||||
private:
|
||||
int id;
|
||||
gp_GTrsf placement;
|
||||
TopoDS_Shape shape;
|
||||
const SurfaceStyle* style;
|
||||
int id;
|
||||
public:
|
||||
IfcRepresentationShapeItem(int id, const gp_GTrsf& placement, const TopoDS_Shape& shape, const SurfaceStyle* style)
|
||||
: id(id), placement(placement), shape(shape), style(style) {}
|
||||
|
||||
Reference in New Issue
Block a user