mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
Docs now mention historic builds
This commit is contained in:
@@ -63,6 +63,7 @@ related information in ``shape.geometry``:
|
|||||||
location = matrix[:,3][0:3]
|
location = matrix[:,3][0:3]
|
||||||
|
|
||||||
# X Y Z of vertices in flattened list e.g. [v1x, v1y, v1z, v2x, v2y, v2z, ...]
|
# 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
|
verts = shape.geometry.verts
|
||||||
|
|
||||||
# Indices of vertices per edge e.g. [e1v1, e1v2, e2v1, e2v2, ...]
|
# 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, ...]
|
# Indices of material applied per triangle face e.g. [f1m, f2m, ...]
|
||||||
material_ids = shape.geometry.material_ids
|
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:
|
Alternatively, you may choose to retrieve an OpenCASCADE BRep:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|||||||
@@ -280,3 +280,12 @@ Compiling from source
|
|||||||
Advanced developers may want to compile IfcOpenShell. Refer to the
|
Advanced developers may want to compile IfcOpenShell. Refer to the
|
||||||
:doc:`IfcOpenShell installation guide <../ifcopenshell/installation>` for
|
:doc:`IfcOpenShell installation guide <../ifcopenshell/installation>` for
|
||||||
instructions.
|
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>`_
|
||||||
|
|||||||
Reference in New Issue
Block a user