Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8d7d084
[API-519] Updated documentation version
BobillierCaddev Aug 20, 2025
e162503
[API-519] Updated python version in conf files
BobillierCaddev Aug 20, 2025
c5b168f
[API-519] Updated mkdocs.yml to add some sections, change doc style a…
BobillierCaddev Aug 20, 2025
0be7bd8
[API-519] Updated custom js script to delete the last column in the a…
BobillierCaddev Aug 20, 2025
aeec145
[API-519] Removed the "src." in the module path in the doc section co…
BobillierCaddev Aug 20, 2025
aa9e96f
[API-519] Added a section about custom types
BobillierCaddev Aug 20, 2025
eb3d538
[API-519] Added a missing class in the doc (attribute_display_settings)
BobillierCaddev Aug 20, 2025
34e909f
[API-519] Improved the attribute controller documentation
BobillierCaddev Aug 20, 2025
26ee8af
[API-519] Added ifc_predefined_type class in the doc
BobillierCaddev Aug 20, 2025
69cb44f
[API-519] Improved the bim controller documentation
BobillierCaddev Aug 20, 2025
ff530c2
[API-519] Added vba_catalog_item_type class in the doc
BobillierCaddev Aug 20, 2025
0bdb312
[API-519] Improved the connector axis controller documentation
BobillierCaddev Aug 20, 2025
aa028af
[API-519] Improved the dimension controller documentation
BobillierCaddev Aug 20, 2025
7e1d183
[API-519] Improved the element controller documentation
BobillierCaddev Aug 22, 2025
025414c
[API-519] Improved the endtype controller documentation
BobillierCaddev Aug 22, 2025
4de3d51
[API-519] Improved the file controller documentation
BobillierCaddev Aug 22, 2025
52b4018
[API-519] Improved the utility controller documentation
BobillierCaddev Aug 22, 2025
35591ee
[API-519] Removed get_last_error method
BobillierCaddev Aug 22, 2025
947060f
[API-519] Improved the geometry controller documentation
BobillierCaddev Aug 22, 2025
4f744e9
[API-519] Improved the list controller documentation
BobillierCaddev Aug 22, 2025
22f4c63
[API-519] Improved the machine controller documentation
BobillierCaddev Aug 22, 2025
770f1b1
[API-519] Improved the material controller documentation
BobillierCaddev Aug 22, 2025
1cf14d1
[API-519] Improved the menu controller documentation
BobillierCaddev Aug 22, 2025
475ce5d
[API-519] Improved the layer cover controller documentation
BobillierCaddev Aug 22, 2025
29f8e5c
[API-519] Improved the roof controller documentation
BobillierCaddev Aug 22, 2025
a182792
[API-519] Improved the scene controller documentation
BobillierCaddev Aug 22, 2025
e70827b
[API-519] Improved the shop drawing controller documentation
BobillierCaddev Aug 25, 2025
abbc438
[API-519] Improved the visualization controller documentation
BobillierCaddev Aug 25, 2025
bd0407d
[API-519] Corrected some method signature to match the C++ ones
BobillierCaddev Aug 25, 2025
5f48c16
Corrected python version to 3.12
BobillierCaddev Sep 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
4 changes: 2 additions & 2 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
skip-existing: true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12

WORKDIR /app

Expand Down
6 changes: 6 additions & 0 deletions docs/documentation/api_types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Api Types

::: cadwork.api_types
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/attribute_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Attribute Controller

::: src.attribute_controller
::: attribute_controller
rendering:
show_root_heading: false
show_source: true
6 changes: 6 additions & 0 deletions docs/documentation/attribute_display_settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# attribute_display_settings

::: cadwork.attribute_display_settings
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/bim_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BIM Controller

::: src.bim_controller
::: bim_controller
rendering:
show_root_heading: false
show_source: true
8 changes: 7 additions & 1 deletion docs/documentation/bim_team_upload_result.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# BIMteam upload

::: src.cadwork.bim_team_upload_result
::: cadwork.bim_team_upload_result
rendering:
show_root_heading: false
show_source: true


::: cadwork.bim_team_upload_result_code
rendering:
show_root_heading: false
show_source: true
8 changes: 4 additions & 4 deletions docs/documentation/brep_data.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# BREP

::: src.cadwork.facet_list
::: cadwork.facet_list
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.edge_list
::: cadwork.edge_list
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.polygon_list
::: cadwork.polygon_list
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.vertex_list
::: cadwork.vertex_list
rendering:
show_root_heading: false
show_source: true
4 changes: 2 additions & 2 deletions docs/documentation/camera_data.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Camera Data

::: src.cadwork.camera_data
::: cadwork.camera_data
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.projection_type
::: cadwork.projection_type
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/connector_axis_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Connector Axis Controller

::: src.connector_axis_controller
::: connector_axis_controller
rendering:
show_root_heading: false
show_source: true
6 changes: 6 additions & 0 deletions docs/documentation/coordinate_system_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# coordinate_system_data

::: cadwork.coordinate_system_data
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/dimension_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dimension Controller

::: src.dimension_controller
::: dimension_controller
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/element_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Element Controller

::: src.element_controller
::: element_controller
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/element_filter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# element_filter

::: src.cadwork.element_filter
::: cadwork.element_filter
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/element_map_query.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# element_map_query

::: src.cadwork.element_map_query
::: cadwork.element_map_query
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/element_module_properties.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# element_module_properties

::: src.cadwork.element_module_properties
::: cadwork.element_module_properties
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/element_type.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# element_type

::: src.cadwork.element_type
::: cadwork.element_type
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/endtype_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# End-Type Controller

::: src.endtype_controller
::: endtype_controller
rendering:
show_root_heading: false
show_source: true
55 changes: 31 additions & 24 deletions docs/documentation/enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,95 +2,102 @@

## Node symbols

::: src.cadwork.node_symbol
::: cadwork.node_symbol
rendering:
show_root_heading: false
show_source: true

## Element module

::: src.cadwork.element_module_detail
::: cadwork.element_module_detail
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.division_zone_direction
::: cadwork.division_zone_direction
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.element_grouping_type
::: cadwork.element_grouping_type
rendering:
show_root_heading: false
show_source: true

## F-Keys

::: src.cadwork.shortcut_key
::: cadwork.shortcut_key
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.shortcut_key_modifier
::: cadwork.shortcut_key_modifier
rendering:
show_root_heading: false
show_source: true

## Machines

::: src.cadwork.btl_version
::: cadwork.btl_version
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.hundegger_machine_type
::: cadwork.hundegger_machine_type
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.weinmann_mfb_version
::: cadwork.weinmann_mfb_version
rendering:
show_root_heading: false
show_source: true

## IFC Aggregation Behaviour

::: src.cadwork.ifc_element_combine_behaviour
::: cadwork.ifc_element_combine_behaviour
rendering:
show_root_heading: false
show_source: true

## Multi Layer Cover Type

::: src.cadwork.multi_layer_type
::: cadwork.multi_layer_type
rendering:
show_root_heading: false
show_source: true

## BIMteam upload

::: src.cadwork.bim_team_upload_result_code
::: cadwork.bim_team_upload_result_code
rendering:
show_root_heading: false
show_source: true

### Dimenson base format

::: src.cadwork.dimension_base_format
rendering:
show_root_heading: false
show_source: true
::: cadwork.dimension_base_format
rendering:
show_root_heading: false
show_source: true

### DXF export version

::: src.cadwork.dxf_export_version
rendering:
show_root_heading: false
show_source: true
::: cadwork.dxf_export_version
rendering:
show_root_heading: false
show_source: true

### DXF layer format type

::: src.cadwork.dxf_layer_format_type
rendering:
show_root_heading: false
show_source: true
::: cadwork.dxf_layer_format_type
rendering:
show_root_heading: false
show_source: true

## Vba catalog

::: cadwork.vba_catalog_item_type
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/extended_settings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# extended_settings

::: src.cadwork.extended_settings
::: cadwork.extended_settings
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/file_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# File Controller

::: src.file_controller
::: file_controller
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/geometry_controller.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Geometry Controller

::: src.geometry_controller
::: geometry_controller
rendering:
show_root_heading: false
show_source: true
8 changes: 4 additions & 4 deletions docs/documentation/hit_result.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hit_result

::: src.cadwork.hit_result
rendering:
show_root_heading: false
show_source: true
::: cadwork.hit_result
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/documentation/ifc_2x3_element_type.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ifc_2x3_element_type

::: src.cadwork.ifc_2x3_element_type
::: cadwork.ifc_2x3_element_type
rendering:
show_root_heading: false
show_source: true
10 changes: 5 additions & 5 deletions docs/documentation/ifc_options.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# IFC Options

::: src.cadwork.ifc_options
::: cadwork.ifc_options
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.ifc_options_aggregation
::: cadwork.ifc_options_aggregation
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.ifc_options_level_of_detail
::: cadwork.ifc_options_level_of_detail
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.ifc_options_project_data
::: cadwork.ifc_options_project_data
rendering:
show_root_heading: false
show_source: true

::: src.cadwork.ifc_options_properties
::: cadwork.ifc_options_properties
rendering:
show_root_heading: false
show_source: true
6 changes: 6 additions & 0 deletions docs/documentation/ifc_predefined_type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ifc_predefined_type

::: cadwork.ifc_predefined_type
rendering:
show_root_heading: false
show_source: true
Loading
Loading