mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Little improve about code example doc and geometry setting doc
This commit is contained in:
committed by
Thomas Krijnen
parent
cdde536651
commit
f0266a16a3
@@ -268,6 +268,14 @@ As in most viewer applications, IfcOpeningElement geometry is subtracted from th
|
||||
|
||||
Disabling this settings will reduce processing time and improve robustness as it involves 3D Boolean operations.
|
||||
|
||||
For example, if you want to set this setting in a python script you can use the following:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
settings = ifcopenshell.geom.settings()
|
||||
settings.set(settings.DISABLE_OPENING_SUBTRACTIONS, True)
|
||||
|
||||
|
||||
DISABLE_TRIANGULATION
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user