Skip to content

Commit

Permalink
[Part] [skip ci] add a word in description
Browse files Browse the repository at this point in the history
since we have now 3 angles for cylinders, make clear the angle property is for the rotation
  • Loading branch information
donovaly authored and wwmayer committed Apr 6, 2021
1 parent 69aa355 commit d26e750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/PrimitiveFeature.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit d26e750

Please sign in to comment.