New introduction section in IOS docs

This commit is contained in:
Dion Moult
2023-09-27 18:21:20 +10:00
parent b0d3049ddd
commit cffc8b519c
16 changed files with 373 additions and 252 deletions
+13 -13
View File
@@ -1,12 +1,19 @@
IfcOpenShell
============
IfcOpenShell is an open source (LGPL-3.0-or-later) software library for working
with the Industry Foundation Classes (IFC) file format. Extensive geometric
support is implemented for the IFC releases IFC2x3 TC1 and IFC4 Add2 TC1.
Support for parsing is provided for IFC4x1, IFC4x2, and the IFC4x3 release
candidates. Extending with support for arbitrary IFC schemas is possible at
compile-time when using C++ and at run-time when using Python.
IfcOpenShell is an open source (LGPL-3.0-or-later) C++ software library for
working with the Industry Foundation Classes (IFC) file format.
Extensive geometric support is implemented for the IFC releases IFC2x3 TC1 and
IFC4 Add2 TC1. Support for parsing is provided for IFC4x1, IFC4x2, and the
IFC4x3 release candidates. Extending with support for arbitrary IFC schemas is
possible at compile-time when using C++ and at run-time when using Python.
.. seealso::
It is not necessary to be a C++ developer to use IfcOpenShell. Please see
other sections such as :doc:`ifcopenshell-python`, :doc:`ifcconvert`, and
more.
.. toctree::
:hidden:
@@ -17,10 +24,3 @@ compile-time when using C++ and at run-time when using Python.
ifcopenshell/geometry_iterator
ifcopenshell/geometry_settings
ifcopenshell/boolean_process
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`