mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Minor fix - sorry, really need a local Sphinx setup
This commit is contained in:
@@ -263,10 +263,7 @@ is complex and requires a deep knowledge of IFC to perform correctly and ensure
|
|||||||
that the IFC graph state is well maintained. Typically, any authoring operation
|
that the IFC graph state is well maintained. Typically, any authoring operation
|
||||||
that does not use the API is likely to contain mistakes.
|
that does not use the API is likely to contain mistakes.
|
||||||
|
|
||||||
Each module contains a Data class to extract various IFC data related to the IFC
|
Here's an example of it in action:
|
||||||
concept that the module relates to. The ``Data`` classes parse the complex IFC
|
|
||||||
graph and convert it into a cache of primitive Python data. The ``Usecase``
|
|
||||||
clases perform a defined user operation. Here's an example of it in action:
|
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user