Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:
**Debugging python script in cadwork**<br>
This section refers to calling the plugins from the Plugin Bar.
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.
In the console you will see the screen output, or errors.
In the console you will see the screen output or errors.

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

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

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

::: src.cadwork.element_map_query
rendering:
show_root_heading: false
show_source: true
21 changes: 21 additions & 0 deletions docs/documentation/enums.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,24 @@
rendering:
show_root_heading: false
show_source: true

### Dimenson base format

::: src.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

### DXF layer format type

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

::: src.cadwork.hit_result
rendering:
show_root_heading: false
show_source: true
2 changes: 1 addition & 1 deletion docs/examples/utility_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for p in points_range:
vc.set_color(drillings, 5)

uc.enable_auto_display_refresh()
# ec.ec.recreate_elements(element_ids)
ec.recreate_elements(drillings)

end = timer()
print(timedelta(seconds=end-start))
Expand Down
Loading
Loading