mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:00:53 +00:00
Initialize kernel base class
This commit is contained in:
@@ -117,7 +117,8 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
MAKE_TYPE_NAME(Kernel)()
|
MAKE_TYPE_NAME(Kernel)()
|
||||||
: deflection_tolerance(0.001)
|
: IfcGeom::Kernel(0)
|
||||||
|
, deflection_tolerance(0.001)
|
||||||
, wire_creation_tolerance(0.0001)
|
, wire_creation_tolerance(0.0001)
|
||||||
, point_equality_tolerance(0.00001)
|
, point_equality_tolerance(0.00001)
|
||||||
, max_faces_to_sew(-1.0)
|
, max_faces_to_sew(-1.0)
|
||||||
@@ -128,7 +129,7 @@ public:
|
|||||||
, placement_rel_to(0)
|
, placement_rel_to(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
MAKE_TYPE_NAME(Kernel)(const MAKE_TYPE_NAME(Kernel)& other) {
|
MAKE_TYPE_NAME(Kernel)(const MAKE_TYPE_NAME(Kernel)& other) : IfcGeom::Kernel(0) {
|
||||||
*this = other;
|
*this = other;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user