Docs now mention historic builds

This commit is contained in:
Dion Moult
2023-11-03 22:45:35 +11:00
parent 0de0422c2e
commit 6f3ff51d91
2 changed files with 13 additions and 0 deletions
@@ -63,6 +63,7 @@ related information in ``shape.geometry``:
location = matrix[:,3][0:3]
# X Y Z of vertices in flattened list e.g. [v1x, v1y, v1z, v2x, v2y, v2z, ...]
# These vertices are local relative to the shape's transformation matrix.
verts = shape.geometry.verts
# Indices of vertices per edge e.g. [e1v1, e1v2, e2v1, e2v2, ...]
@@ -105,6 +106,9 @@ related information in ``shape.geometry``:
# Indices of material applied per triangle face e.g. [f1m, f2m, ...]
material_ids = shape.geometry.material_ids
# IDs representation item per triangle face e.g. [f1i, f2i, ...]
item_ids = shape.geometry.item_ids
Alternatively, you may choose to retrieve an OpenCASCADE BRep:
.. code-block:: python
@@ -280,3 +280,12 @@ Compiling from source
Advanced developers may want to compile IfcOpenShell. Refer to the
:doc:`IfcOpenShell installation guide <../ifcopenshell/installation>` for
instructions.
Legacy versions
---------------
It is not recommended to use older versions of IfcOpenShell, but for historic
reasons you may find them here:
- `Builds for IfcOpenShell v0.6.0 <https://github.com/IfcOpenBot/IfcOpenShell/commit/721fe4729aa5302efe1602971aae2558934ad098#comments>`_
- `Builds for IfcOpenShell v0.5.0 <https://github.com/IfcOpenShell/IfcOpenShell/releases/tag/v0.5.0-preview2>`_