Draft: adjust formatting of params.py

This commit is contained in:
Roy-043
2025-04-23 17:03:07 +02:00
parent 4ff9cb343e
commit ed4dfba2a7

View File

@@ -404,8 +404,8 @@ def _get_param_dictionary():
param_dict["Mod/Draft"] = {
"AnnotationStyleEditorHeight": ("int", 450),
"AnnotationStyleEditorWidth": ("int", 450),
"ChainedMode": ("bool", False),
"CenterPlaneOnView": ("bool", False),
"ChainedMode": ("bool", False),
"CopyMode": ("bool", False),
"DefaultAnnoDisplayMode": ("int", 0),
"DefaultDisplayMode": ("int", 0),
@@ -414,9 +414,9 @@ def _get_param_dictionary():
"DimAutoFlipText": ("bool", True),
"Draft_array_fuse": ("bool", False),
"Draft_array_Link": ("bool", True),
"FilletRadius": ("float", 100.0),
"FilletChamferMode": ("bool", False),
"FilletDeleteMode": ("bool", False),
"FilletRadius": ("float", 100.0),
"GlobalMode": ("bool", False),
"GridHideInOtherWorkbenches": ("bool", True),
"HatchPatternFile": ("string", hatch_pattern_file),
@@ -445,31 +445,31 @@ def _get_param_dictionary():
param_dict["Mod/Draft/ContinueMode"] = {
# Draft
"Line": ("bool", False),
"Polyline": ("bool", False),
"Arc": ("bool", False),
"Arc_3Points": ("bool", False),
"Circle": ("bool", False),
"Ellipse": ("bool", False),
"Rectangle": ("bool", False),
"Polygon": ("bool", False),
"Bspline": ("bool", False),
"CubicBezCurve": ("bool", False),
"BezCurve": ("bool", False),
"Point": ("bool", False),
"Text": ("bool", False),
"Dimension": ("bool", False),
"Arc": ("bool", False),
"Arc_3Points": ("bool", False),
"BezCurve": ("bool", False),
"Bspline": ("bool", False),
"Circle": ("bool", False),
"CubicBezCurve": ("bool", False),
"Dimension": ("bool", False),
"Ellipse": ("bool", False),
"Line": ("bool", False),
"Point": ("bool", False),
"Polygon": ("bool", False),
"Polyline": ("bool", False),
"Rectangle": ("bool", False),
"Text": ("bool", False),
# Standard operations (Draft)
"Move": ("bool", False),
"Copy": ("bool", False),
"Rotate": ("bool", False),
"Copy": ("bool", False),
"Move": ("bool", False),
"Rotate": ("bool", False),
# Arch/BIM
"Wall": ("bool", False),
"Column": ("bool", False),
"Beam": ("bool", False),
"Panel": ("bool", False),
"Beam": ("bool", False),
"Column": ("bool", False),
"Panel": ("bool", False),
"Wall": ("bool", False),
}
# Arch parameters that are not in the preferences: