mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
should_clean_mesh - add description
This commit is contained in:
@@ -299,7 +299,14 @@ class BIMProjectProperties(PropertyGroup):
|
||||
should_merge_materials_by_colour: BoolProperty(name="Merge Materials by Colour", default=False)
|
||||
should_stream: BoolProperty(name="Stream Data From IFC-SPF (Only for advanced users)", default=False)
|
||||
should_load_geometry: BoolProperty(name="Load Geometry", default=True)
|
||||
should_clean_mesh: BoolProperty(name="Clean Meshes", default=False)
|
||||
should_clean_mesh: BoolProperty(
|
||||
name="Clean Meshes",
|
||||
description=(
|
||||
"Convert all triangles to quads for meshes. "
|
||||
"By default Bonsai is importing meshes triangulated (even if they are not stored as triangulated in IFC)."
|
||||
),
|
||||
default=False,
|
||||
)
|
||||
should_cache: BoolProperty(name="Cache", default=False)
|
||||
deflection_tolerance: FloatProperty(name="Deflection Tolerance", default=0.001)
|
||||
angular_tolerance: FloatProperty(name="Angular Tolerance", default=0.5)
|
||||
|
||||
Reference in New Issue
Block a user