mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 10:23:41 +00:00
Minor doc fix to SetFalseOrigin code example
This commit is contained in:
@@ -56,7 +56,7 @@ class Patcher:
|
|||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
# Set the current origin 0,0,0 to correlate to map coordinates 1000,1000,0 and a grid north of 15.
|
# Set the current origin 0,0,0 to correlate to map coordinates 1000,1000,0 and a grid north of 15.
|
||||||
ifcpatch.execute({"input": "input.ifc", "file": model, "recipe": "SetFalseOrigin", "arguments": [0, 0, 0, 1000, 1000, 0, 15, 0]})
|
ifcpatch.execute({"input": "input.ifc", "file": model, "recipe": "SetFalseOrigin", "arguments": ["EPSG:1234", 0, 0, 0, 1000, 1000, 0, 15, 0]})
|
||||||
"""
|
"""
|
||||||
self.src = src
|
self.src = src
|
||||||
self.file = file
|
self.file = file
|
||||||
|
|||||||
Reference in New Issue
Block a user