diff --git a/20241104-fix-gom-vec3d-2022/.doctrees/environment.pickle b/20241104-fix-gom-vec3d-2022/.doctrees/environment.pickle index f0ed43e..af5898c 100644 Binary files a/20241104-fix-gom-vec3d-2022/.doctrees/environment.pickle and b/20241104-fix-gom-vec3d-2022/.doctrees/environment.pickle differ diff --git a/20241104-fix-gom-vec3d-2022/.doctrees/python_api/resource_api.doctree b/20241104-fix-gom-vec3d-2022/.doctrees/python_api/resource_api.doctree index 883cf12..1c56b45 100644 Binary files a/20241104-fix-gom-vec3d-2022/.doctrees/python_api/resource_api.doctree and b/20241104-fix-gom-vec3d-2022/.doctrees/python_api/resource_api.doctree differ diff --git a/20241104-fix-gom-vec3d-2022/.doctrees/python_api/scripted_elements_api.doctree b/20241104-fix-gom-vec3d-2022/.doctrees/python_api/scripted_elements_api.doctree index 70826e9..b5aeb3a 100644 Binary files a/20241104-fix-gom-vec3d-2022/.doctrees/python_api/scripted_elements_api.doctree and b/20241104-fix-gom-vec3d-2022/.doctrees/python_api/scripted_elements_api.doctree differ diff --git a/20241104-fix-gom-vec3d-2022/_sources/python_api/scripted_elements_api.md.txt b/20241104-fix-gom-vec3d-2022/_sources/python_api/scripted_elements_api.md.txt index 3aa0f24..c38fd09 100644 --- a/20241104-fix-gom-vec3d-2022/_sources/python_api/scripted_elements_api.md.txt +++ b/20241104-fix-gom-vec3d-2022/_sources/python_api/scripted_elements_api.md.txt @@ -119,7 +119,7 @@ On success the function must return True, otherwise False. ```{code-block} python result = (x,y,z) -result = gom.Vec3D +result = gom.Vec3d ``` ### Distance @@ -129,7 +129,7 @@ result = gom.Vec3D ```{code-block} python result = { 'point1': (x,y,z), 'point2': (x,y,z) } -result = { 'point1': gom.Vec3D, 'point2': gom.Vec3D } +result = { 'point1': gom.Vec3d, 'point2': gom.Vec3d } ``` ### Value Element @@ -147,7 +147,7 @@ result = x :Result: A center point, direction vector and radius (double) ```{code-block} python -result = { 'center' : gom.Vec3D, 'direction' : gom.Vec3D, 'radius' : double } +result = { 'center' : gom.Vec3d, 'direction' : gom.Vec3d, 'radius' : double } ``` ### Curve @@ -156,7 +156,7 @@ result = { 'center' : gom.Vec3D, 'direction' : gom.Vec3D, 'radius' : double } :Result: A curve can be made up by an array of subcurves. Each subcurve is a polyline. A closed curve will be created, if first point = last point. ```{code-block} python -result = [ { 'points': [gom.Vec3D, gom.Vec3D, ...] } ] +result = [ { 'points': [gom.Vec3d, gom.Vec3d, ...] } ] ``` ### Surface Curve @@ -166,7 +166,7 @@ result = [ { 'points': [gom.Vec3D, gom.Vec3D, ...] } ] % ```{code-block} python % # This does not work! -% result = [ { 'points': [ gom.Vec3D, gom.Vec3D, ... ], 'normals': [(x,y,z)] } ] +% result = [ { 'points': [ gom.Vec3d, gom.Vec3d, ... ], 'normals': [(x,y,z)] } ] % ``` % :::{caution} @@ -202,7 +202,7 @@ result = { :Result: A set of points. The 'normals 'attribute is optional. ```{code-block} python -result = { 'points' : [ gom.Vec3D, gom.Vec3D, ... ] , 'normals' : [ gom.Vec3D, gom.Vec3D, ... ] } +result = { 'points' : [ gom.Vec3d, gom.Vec3d, ... ] , 'normals' : [ gom.Vec3d, gom.Vec3d, ... ] } ``` ### Surface diff --git a/20241104-fix-gom-vec3d-2022/genindex.html b/20241104-fix-gom-vec3d-2022/genindex.html index ef0b90f..c56167f 100644 --- a/20241104-fix-gom-vec3d-2022/genindex.html +++ b/20241104-fix-gom-vec3d-2022/genindex.html @@ -291,7 +291,7 @@

S

- + diff --git a/20241104-fix-gom-vec3d-2022/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.html b/20241104-fix-gom-vec3d-2022/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.html index 2f7f44d..34cea9e 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.html +++ b/20241104-fix-gom-vec3d-2022/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.html @@ -443,7 +443,7 @@

How can I add icons to the workspace toolbar ? Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/environments_for_python_scripts/environments_for_python_scripts.html b/20241104-fix-gom-vec3d-2022/howtos/environments_for_python_scripts/environments_for_python_scripts.html index 7f64a67..411584e 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/environments_for_python_scripts/environments_for_python_scripts.html +++ b/20241104-fix-gom-vec3d-2022/howtos/environments_for_python_scripts/environments_for_python_scripts.html @@ -266,7 +266,7 @@

Package manager Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/localization/localization.html b/20241104-fix-gom-vec3d-2022/howtos/localization/localization.html index db78452..6a06b3d 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/localization/localization.html +++ b/20241104-fix-gom-vec3d-2022/howtos/localization/localization.html @@ -313,7 +313,7 @@

After the application language is set, the package is not displaying the tra - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/creating_wizard_dialogs.html b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/creating_wizard_dialogs.html index 4c733ce..ac1c6b1 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/creating_wizard_dialogs.html +++ b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/creating_wizard_dialogs.html @@ -425,7 +425,7 @@

Multi Layout Wizard Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/python_api_introduction.html b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/python_api_introduction.html index 7d4fe58..fb58896 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/python_api_introduction.html +++ b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/python_api_introduction.html @@ -514,7 +514,7 @@

Concept Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/script_dialogs_introduction.html b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/script_dialogs_introduction.html index 9e39f16..25f819c 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/script_dialogs_introduction.html +++ b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/script_dialogs_introduction.html @@ -2501,7 +2501,7 @@

Control widgets Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/using_script_resources.html b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/using_script_resources.html index b5c5a6f..2a16d65 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/using_script_resources.html +++ b/20241104-fix-gom-vec3d-2022/howtos/python_api_introduction/using_script_resources.html @@ -158,7 +158,7 @@

See also Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_actuals.html b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_actuals.html index f3f06a9..fa005b9 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_actuals.html +++ b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_actuals.html @@ -223,7 +223,7 @@

Further reading Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_checks.html b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_checks.html index 4737b68..10cb90a 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_checks.html +++ b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_checks.html @@ -181,7 +181,7 @@

Types of scripted checks Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_introduction.html b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_introduction.html index 3239e6d..df185c2 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_introduction.html +++ b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_introduction.html @@ -219,7 +219,7 @@

Next steps Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_toc.html b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_toc.html index 9dacd43..f24d84d 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_toc.html +++ b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/scripted_elements_toc.html @@ -140,7 +140,7 @@

Scripted elements Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/tokens_on_scripted_elements.html b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/tokens_on_scripted_elements.html index 32a78b0..9ba2c9e 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/tokens_on_scripted_elements.html +++ b/20241104-fix-gom-vec3d-2022/howtos/scripted_elements/tokens_on_scripted_elements.html @@ -193,7 +193,7 @@

Usage in user-defined checks Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/testing_addons/testing_addons.html b/20241104-fix-gom-vec3d-2022/howtos/testing_addons/testing_addons.html index 04cf8e3..eb46a62 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/testing_addons/testing_addons.html +++ b/20241104-fix-gom-vec3d-2022/howtos/testing_addons/testing_addons.html @@ -210,7 +210,7 @@

Running all tests Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/howtos/using_vscode_editor/using_vscode_editor.html b/20241104-fix-gom-vec3d-2022/howtos/using_vscode_editor/using_vscode_editor.html index 4cee165..5c27e2b 100644 --- a/20241104-fix-gom-vec3d-2022/howtos/using_vscode_editor/using_vscode_editor.html +++ b/20241104-fix-gom-vec3d-2022/howtos/using_vscode_editor/using_vscode_editor.html @@ -450,7 +450,7 @@

When starting both the application and a script from within Visual Studio Co - + diff --git a/20241104-fix-gom-vec3d-2022/index.html b/20241104-fix-gom-vec3d-2022/index.html index e44acd8..39c3b95 100644 --- a/20241104-fix-gom-vec3d-2022/index.html +++ b/20241104-fix-gom-vec3d-2022/index.html @@ -190,7 +190,7 @@

GOM Inspect Add-On Development Documentation Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_api/python_api.html b/20241104-fix-gom-vec3d-2022/python_api/python_api.html index 6f61a66..d0743b6 100644 --- a/20241104-fix-gom-vec3d-2022/python_api/python_api.html +++ b/20241104-fix-gom-vec3d-2022/python_api/python_api.html @@ -412,7 +412,7 @@

gom.api.scripted_checks_util Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_api/resource_api.html b/20241104-fix-gom-vec3d-2022/python_api/resource_api.html index fec50c2..3c23412 100644 --- a/20241104-fix-gom-vec3d-2022/python_api/resource_api.html +++ b/20241104-fix-gom-vec3d-2022/python_api/resource_api.html @@ -268,7 +268,7 @@

Class definition Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_api/scripted_elements_api.html b/20241104-fix-gom-vec3d-2022/python_api/scripted_elements_api.html index 76e0b99..9bd78da 100644 --- a/20241104-fix-gom-vec3d-2022/python_api/scripted_elements_api.html +++ b/20241104-fix-gom-vec3d-2022/python_api/scripted_elements_api.html @@ -354,7 +354,7 @@

Point
result = (x,y,z)
-result = gom.Vec3D
+result = gom.Vec3d
 
@@ -369,7 +369,7 @@

Distance
result = { 'point1': (x,y,z), 'point2': (x,y,z) }
-result = { 'point1': gom.Vec3D, 'point2': gom.Vec3D }
+result = { 'point1': gom.Vec3d, 'point2': gom.Vec3d }
 
@@ -397,7 +397,7 @@

Circle

A center point, direction vector and radius (double)

-
result = { 'center' : gom.Vec3D, 'direction' : gom.Vec3D, 'radius' : double }
+
result = { 'center' : gom.Vec3d, 'direction' : gom.Vec3d, 'radius' : double }
 
@@ -411,7 +411,7 @@

Curve

A curve can be made up by an array of subcurves. Each subcurve is a polyline. A closed curve will be created, if first point = last point.

-
result = [ { 'points': [gom.Vec3D, gom.Vec3D, ...] } ]
+
result = [ { 'points': [gom.Vec3d, gom.Vec3d, ...] } ]
 
@@ -464,7 +464,7 @@

Point Cloud

A set of points. The ‘normals ‘attribute is optional.

-
- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces.html b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces.html index 59c74a6..a47370b 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces.html @@ -141,7 +141,7 @@

data_interfaces Imprint

- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/check_results_data_array.html b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/check_results_data_array.html index 8a89935..6250c1c 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/check_results_data_array.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/check_results_data_array.html @@ -162,7 +162,7 @@

Related Imprint

- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/volume_section_image_data.html b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/volume_section_image_data.html index b7dce1c..2520fc0 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/volume_section_image_data.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/data_interfaces/volume_section_image_data.html @@ -157,7 +157,7 @@

Related Imprint

- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets.html b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets.html index 2223801..d135162 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets.html @@ -145,7 +145,7 @@

dialog_widgets Imprint

- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/dropdown_widget.html b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/dropdown_widget.html index 6b067a8..379ffad 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/dropdown_widget.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/dropdown_widget.html @@ -151,7 +151,7 @@

Related Imprint

- + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/explorer_selected_elements_in_dialog.html b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/explorer_selected_elements_in_dialog.html index 41443dc..1d9df79 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/explorer_selected_elements_in_dialog.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/explorer_selected_elements_in_dialog.html @@ -162,7 +162,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/unit_dialog_event_handler.html b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/unit_dialog_event_handler.html index 3c4a071..82342bd 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/unit_dialog_event_handler.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/unit_dialog_event_handler.html @@ -165,7 +165,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/widget_visibility.html b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/widget_visibility.html index 03da707..8d342f7 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/widget_visibility.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/dialog_widgets/widget_visibility.html @@ -154,7 +154,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/index.html b/20241104-fix-gom-vec3d-2022/python_examples/index.html index 053826c..8cde24d 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/index.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/index.html @@ -214,7 +214,7 @@

Examples by topic Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/misc.html b/20241104-fix-gom-vec3d-2022/python_examples/misc.html index e2ab5a8..d11dcee 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/misc.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/misc.html @@ -139,7 +139,7 @@

misc - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/misc/dialog_reopen_example.html b/20241104-fix-gom-vec3d-2022/python_examples/misc/dialog_reopen_example.html index 911117b..a70e3d2 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/misc/dialog_reopen_example.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/misc/dialog_reopen_example.html @@ -170,7 +170,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/script_icons.html b/20241104-fix-gom-vec3d-2022/python_examples/script_icons.html index cba3ef5..a244917 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/script_icons.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/script_icons.html @@ -135,7 +135,7 @@

script_icons Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/script_icons/script_icon_from_file.html b/20241104-fix-gom-vec3d-2022/python_examples/script_icons/script_icon_from_file.html index 83e5582..3c4a691 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/script_icons/script_icon_from_file.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/script_icons/script_icon_from_file.html @@ -152,7 +152,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/script_resources.html b/20241104-fix-gom-vec3d-2022/python_examples/script_resources.html index 7b5520a..f1bc67e 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/script_resources.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/script_resources.html @@ -135,7 +135,7 @@

script_resources Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/script_resources/resource_api_example.html b/20241104-fix-gom-vec3d-2022/python_examples/script_resources/resource_api_example.html index 503a493..71d6d0e 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/script_resources/resource_api_example.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/script_resources/resource_api_example.html @@ -163,7 +163,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals.html index 55290b6..769b44f 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals.html @@ -145,7 +145,7 @@

scripted_actuals Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_simple.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_simple.html index 983d9e0..5858bb5 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_simple.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_simple.html @@ -146,7 +146,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_v2.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_v2.html index 6fe6767..38ddb89 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_v2.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/offset_point_v2.html @@ -238,7 +238,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/scripted_element_progress.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/scripted_element_progress.html index be08d19..37e4311 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/scripted_element_progress.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/scripted_element_progress.html @@ -159,7 +159,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/trimesh_deform_mesh.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/trimesh_deform_mesh.html index 77a208b..a1bdcd5 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/trimesh_deform_mesh.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_actuals/trimesh_deform_mesh.html @@ -190,7 +190,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks.html index 2cf000b..ebffe65 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks.html @@ -143,7 +143,7 @@

scripted_checks Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_curve_check.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_curve_check.html index 96ae038..42c7c49 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_curve_check.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_curve_check.html @@ -191,7 +191,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_scalar_check.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_scalar_check.html index 1b9fb13..3164b04 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_scalar_check.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_scalar_check.html @@ -176,7 +176,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_surface_check.html b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_surface_check.html index 2acbce2..8112a0e 100644 --- a/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_surface_check.html +++ b/20241104-fix-gom-vec3d-2022/python_examples/scripted_checks/scripted_surface_check.html @@ -158,7 +158,7 @@

Related Imprint - + diff --git a/20241104-fix-gom-vec3d-2022/search.html b/20241104-fix-gom-vec3d-2022/search.html index ffe1f37..d5e423e 100644 --- a/20241104-fix-gom-vec3d-2022/search.html +++ b/20241104-fix-gom-vec3d-2022/search.html @@ -129,7 +129,7 @@ - +