mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 11:18:01 +00:00
Correct omitted initialization list item from IfcGeom::IteratorSettings
This commit is contained in:
@@ -81,6 +81,7 @@ namespace IfcGeom {
|
|||||||
, _sew_shells(false)
|
, _sew_shells(false)
|
||||||
, _faster_booleans(false)
|
, _faster_booleans(false)
|
||||||
, _force_ccw_face_orientation(false)
|
, _force_ccw_face_orientation(false)
|
||||||
|
, _disable_opening_subtractions(false)
|
||||||
, _disable_triangulation(false)
|
, _disable_triangulation(false)
|
||||||
, _apply_default_materials(false)
|
, _apply_default_materials(false)
|
||||||
// TODO: Make deflection tolerance into a command line argument
|
// TODO: Make deflection tolerance into a command line argument
|
||||||
|
|||||||
Reference in New Issue
Block a user