[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
This commit is contained in:
donovaly
2021-04-06 03:36:35 +02:00
committed by wwmayer
parent 6197243fa7
commit c3264a7cfa

View File

@@ -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);