Skip to content

Commit a63bc79

Browse files
committed
Add new classes and methods for cadwork v2025 build >=245, update documentation
Signed-off-by: Michael Brunner <brunner@cadwork.swiss>
1 parent e6f6f0b commit a63bc79

File tree

37 files changed

+1623
-1883
lines changed

37 files changed

+1623
-1883
lines changed
File renamed without changes.

docs/debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hide:
66
**Debugging python script in cadwork**<br>
77
This section refers to calling the plugins from the Plugin Bar.
88
If you want to debug a script in cadwork, then you can enable the console in User Test in the user settings. When cadwork is restarted, the console opens.
9-
In the console you will see the screen output, or errors.
9+
In the console you will see the screen output or errors.
1010

1111
User Test -> Userprofile -> Test Options... -> Console
1212

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# element_filter
2+
3+
::: src.cadwork.element_filter
4+
rendering:
5+
show_root_heading: false
6+
show_source: true
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# element_map_query
2+
3+
::: src.cadwork.element_map_query
4+
rendering:
5+
show_root_heading: false
6+
show_source: true

docs/documentation/enums.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,24 @@
7373
rendering:
7474
show_root_heading: false
7575
show_source: true
76+
77+
### Dimenson base format
78+
79+
::: src.cadwork.dimension_base_format
80+
rendering:
81+
show_root_heading: false
82+
show_source: true
83+
84+
### DXF export version
85+
86+
::: src.cadwork.dxf_export_version
87+
rendering:
88+
show_root_heading: false
89+
show_source: true
90+
91+
### DXF layer format type
92+
93+
::: src.cadwork.dxf_layer_format_type
94+
rendering:
95+
show_root_heading: false
96+
show_source: true

docs/documentation/hit_result.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# hit_result
2+
3+
::: src.cadwork.hit_result
4+
rendering:
5+
show_root_heading: false
6+
show_source: true

docs/examples/utility_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for p in points_range:
2828
vc.set_color(drillings, 5)
2929

3030
uc.enable_auto_display_refresh()
31-
# ec.ec.recreate_elements(element_ids)
31+
ec.recreate_elements(drillings)
3232

3333
end = timer()
3434
print(timedelta(seconds=end-start))

0 commit comments

Comments
 (0)