Compare commits

...

4 Commits

Author SHA1 Message Date
Dion Moult 9658ccb16c Revert "Fix georeferencing HTML URL"
This reverts commit 25e0cb4e73.
2024-07-22 10:38:34 +10:00
Kurt BATTISTI 25e0cb4e73 Fix georeferencing HTML URL 2024-07-22 10:38:11 +10:00
Johannes Schorr bc318e1f66 Fix typo in doctring in ifcdiff.py 2024-07-12 14:57:35 +10:00
petrisch dfb5ebf350 Little typo 2024-07-02 15:20:46 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class IfcDiff:
:param old: IFC file object for the old model
:type old: ifcopenshell.file.file
:param new: IFC file object for the old model
:param new: IFC file object for the new model
:type new: ifcopenshell.file.file
:param relationships: List of relationships to check. None means that only
geometry is compared.
@@ -294,7 +294,7 @@ Geometry serialisation
Geometry may be serialised into many different formats using
:doc:`IfcConvert<../ifcconvert>`. Alternatively, you may also access the
serialiser with Python to customise the conversion, such as by writing a script
the modifies the IFC on the fly before converting it, or writing complex
that modifies the IFC on the fly before converting it, or writing complex
include and exclude filters.
Here is a typical example to serialising to glTF / glb. Example settings to