Files
IfcOpenShell/src/bonsai/docs/guides/authoring/index.rst
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

57 lines
1.8 KiB
ReStructuredText
Raw Normal View History

Authoring models
================
2024-06-21 10:54:05 +03:00
This chapter covers the essential aspects of working with Industry Foundation Classes (IFC) in Bonsai. It is divided into five main sections:
2024-06-21 10:54:05 +03:00
.. only:: builder_html and (not singlehtml)
2024-06-21 10:54:05 +03:00
.. container:: toc-cards
2024-06-21 10:54:05 +03:00
.. container:: card
2024-06-21 10:54:05 +03:00
2025-08-18 08:14:06 +02:00
:doc:`understanding_ifc/index`
An introduction to IFC standards, schemas, and concepts.
This section explains the structure of IFC data, key spatial objects, and the role of organizations
like buildingSMART in maintaining IFC standards. It also covers IfcOpenShell and the broader ecosystem
of open standards in the AEC industry.
2024-06-21 10:54:05 +03:00
.. container:: card
2024-06-21 10:54:05 +03:00
:doc:`starting_new_project`
Instructions on creating and setting up a new IFC project from scratch in Bonsai.
This covers initial project setup, including advanced options for more complex projects.
2024-06-21 10:54:05 +03:00
.. container:: card
2024-06-21 10:54:05 +03:00
:doc:`basic_modeling/index`
An exploration of fundamental IFC modeling techniques, including:
- Creating walls
- Adding doors and windows
- Modeling slabs and roofs
- Defining rooms and spaces
2024-06-21 10:54:05 +03:00
.. container:: card
2024-06-21 10:54:05 +03:00
:doc:`advanced_modeling/index`
A deep dive into more complex modeling techniques for experienced users, including:
- Creating custom parametric wall types
- Modeling furniture and fixtures
- Working with structural elements
- Designing multi-story buildings
- Modeling complex structures
2024-06-21 10:54:05 +03:00
.. container:: global-index-toc
2024-06-21 10:54:05 +03:00
.. toctree::
:hidden:
:maxdepth: 2
2024-06-21 10:54:05 +03:00
2025-08-18 08:14:06 +02:00
starting_new_project
understanding_ifc/index
basic_modeling/index
advanced_modeling/index
git_support
other_addons
2025-08-18 08:14:06 +02:00