min="0."
icon="icons/Primitives/radius.png"
tooltip="Enter the radius of the cylinder">
- <validator id="GeomValidators_Positive"/>
</doublevalue>
<doublevalue
id="height"
min="0."
icon="icons/Primitives/dimension_v.png"
tooltip="Enter the height of the cylinder">
- <validator id="GeomValidators_Positive"/>
</doublevalue>
</box>
<box id="CylinderPortion" title="Portion of cylinder" icon="icons/Primitives/cylinder_portion_32x32.png">
min="0."
icon="icons/Primitives/radius.png"
tooltip="Enter the radius of the cylinder">
- <validator id="GeomValidators_Positive"/>
</doublevalue>
<doublevalue
id="height"
min="0."
icon="icons/Primitives/dimension_v.png"
tooltip="Enter the height of the cylinder">
- <validator id="GeomValidators_Positive"/>
</doublevalue>
<doublevalue
id="angle"
max="360."
icon="icons/Primitives/angle.png"
tooltip="Enter the angle of the portion of the cylinder">
- <validator id="GeomValidators_Positive"/>
</doublevalue>
</box>
</toolbox>