Write docs on IOS geometry processing. See #671.

This commit is contained in:
Dion Moult
2022-10-06 17:06:37 +11:00
parent 15b4ab543b
commit 0db28917a4
5 changed files with 207 additions and 58 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ utility:
Exactly how it is run depends on the recipe. A recipe may require zero or more
arguments which are specific to the recipe. Here's an example which runs the
`ExtractElements` recipe, which, as the same suggests, extracts out elements.
This recipe expects one argument, which uses the [IFC Query
syntax](https://wiki.osarch.org/index.php?title=IfcOpenShell_code_examples#IFC_Query_Syntax).
This recipe expects one argument, which uses the `IFC Query
syntax <https://wiki.osarch.org/index.php?title=IfcOpenShell_code_examples#IFC_Query_Syntax>`_.
In this example, we'll extract out all `IfcWall` elements.
::