mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
README.md: document the supported IFC releases with links
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
IfcOpenShell
|
IfcOpenShell
|
||||||
============
|
============
|
||||||
Open source (LGPL) software library for working with the IFC file format.
|
Open source (LGPL) software library for working with the IFC ([IFC2x3 TC1] and [IFC4]) file format.
|
||||||
|
|
||||||
[http://ifcopenshell.org](http://ifcopenshell.org)
|
[http://ifcopenshell.org](http://ifcopenshell.org)
|
||||||
[http://academy.ifcopenshell.org](http://academy.ifcopenshell.org)
|
[http://academy.ifcopenshell.org](http://academy.ifcopenshell.org)
|
||||||
@@ -14,16 +14,16 @@ Prerequisites
|
|||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
* [Boost](http://www.boost.org/)
|
* [Boost](http://www.boost.org/)
|
||||||
* Open Cascade *optional*, but required for building IfcGeom
|
* Open Cascade - *optional*, but required for building IfcGeom
|
||||||
([official](http://www.opencascade.org/getocc/download/loadocc/) or [community edition](https://github.com/tpaviot/oce))
|
([official](http://www.opencascade.org/getocc/download/loadocc/) or [community edition](https://github.com/tpaviot/oce))
|
||||||
For converting IFC representation items into BRep solids and tesselated meshes
|
For converting IFC representation items into BRep solids and tesselated meshes
|
||||||
* [ICU](http://site.icu-project.org/) *optional*
|
* [ICU](http://site.icu-project.org/) - *optional*
|
||||||
For handling code pages and Unicode in the parser
|
For handling code pages and Unicode in the parser
|
||||||
* [OpenCOLLADA](https://github.com/khronosGroup/OpenCOLLADA/) *optional*
|
* [OpenCOLLADA](https://github.com/khronosGroup/OpenCOLLADA/) - *optional*
|
||||||
For IfcConvert to be able to write tessellated Collada (.dae) files
|
For IfcConvert to be able to write tessellated Collada (.dae) files
|
||||||
* [SWIG](http://www.swig.org/), [Python](https://www.python.org/) libraries *optional*
|
* [SWIG](http://www.swig.org/), [Python](https://www.python.org/) libraries - *optional*
|
||||||
For building the IfcOpenShell Python interface and the Blender add-on
|
For building the IfcOpenShell Python interface and the Blender add-on
|
||||||
* 3ds Max SDK *optional*
|
* 3ds Max SDK - *optional*
|
||||||
For building the 3ds Max plug-in
|
For building the 3ds Max plug-in
|
||||||
|
|
||||||
|
|
||||||
@@ -166,3 +166,5 @@ Usage examples
|
|||||||
>>> f.write("out.ifc")
|
>>> f.write("out.ifc")
|
||||||
|
|
||||||
[win/readme.md]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/win/readme.md "win/readme.md"
|
[win/readme.md]: https://github.com/IfcOpenShell/IfcOpenShell/tree/master/win/readme.md "win/readme.md"
|
||||||
|
[IFC2x3 TC1]: http://www.buildingsmart-tech.org/specifications/ifc-releases/ifc2x3-tc1-release "IFC2x3 TC1"
|
||||||
|
[IFC4]: http://www.buildingsmart-tech.org/specifications/ifc-releases/ifc4-release "IFC4"
|
||||||
Reference in New Issue
Block a user