Files
SSG-Ruledesigner-Konfigurator/SVGs/Omniflo/lib/OFBogen/run_OFBogen.bat
T
2025-09-05 09:22:47 +02:00

12 lines
391 B
Batchfile

@echo off
set OFBogen_PATH=%~dp0
set PROPS_PATH=C:\Program Files\RuleDesigner\RDConfigurator Fusion\WebApi\Editor2D\SSG\shapes\props
set JSON_PATH=%OFBogen_PATH%JSON
python 1_calculate_ture_width_and_height_dimensions_with_profile_width.py
python 2_calculations_to_standardize_the_dimensions_and_add_connection_points.py
python 3_update_dimensions_and_connection_points_in_props.py
pause