From c3264a7cfa5a65dabb46172e6b0a02ba4dc4b32d Mon Sep 17 00:00:00 2001 From: donovaly Date: Tue, 6 Apr 2021 03:36:35 +0200 Subject: [PATCH] [Part] [skip ci] add a word in description since we have now 3 angles for cylinders, make clear the angle property is for the rotation --- src/Mod/Part/App/PrimitiveFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/PrimitiveFeature.cpp b/src/Mod/Part/App/PrimitiveFeature.cpp index 8d2dc9989f..7240e72e6a 100644 --- a/src/Mod/Part/App/PrimitiveFeature.cpp +++ b/src/Mod/Part/App/PrimitiveFeature.cpp @@ -528,7 +528,7 @@ Cylinder::Cylinder(void) { ADD_PROPERTY_TYPE(Radius,(2.0),"Cylinder",App::Prop_None,"The radius of the cylinder"); ADD_PROPERTY_TYPE(Height,(10.0f),"Cylinder",App::Prop_None,"The height of the cylinder"); - ADD_PROPERTY_TYPE(Angle,(360.0f),"Cylinder",App::Prop_None,"The angle of the cylinder"); + ADD_PROPERTY_TYPE(Angle,(360.0f),"Cylinder",App::Prop_None,"The rotation angle of the cylinder"); Angle.setConstraints(&angleRangeU); PrismExtension::initExtension(this);