2 <toolbox id="CreationMethod">
3 <box id="BoxByDimensions" title="By dimensions" icon="icons/Primitives/box_dxyz_32x32.png">
10 tooltip="Dimension in X">
18 tooltip="Dimension in Y">
26 tooltip="Dimension in Z">
29 <box id="BoxByTwoPoints" title="By two points" icon="icons/Primitives/box_2pt_32x32.png">
30 <shape_selector id="FirstPoint"
32 icon="icons/Primitives/point.png"
33 tooltip="Select a first point"
36 <shape_selector id="SecondPoint"
38 icon="icons/Primitives/point.png"
39 tooltip="Select a second point"
43 <box id="BoxByOnePointAndDims" title="By one point and dimensions" icon="icons/Primitives/box_pt_dxyz_32x32.png">
44 <groupbox title="Origin">
50 tooltip="Enter the coordinate X for the center">
57 tooltip="Enter the coordinate Y for the center">
64 tooltip="Enter the coordinate Z for the center">
67 <groupbox title="Half-lengths">
73 tooltip="Enter the half length in X">
74 <validator id="GeomValidators_Positive" parameters="0"/>
81 tooltip="Enter the half length in Y">
82 <validator id="GeomValidators_Positive" parameters="0"/>
89 tooltip="Enter the half length in Z">
90 <validator id="GeomValidators_Positive" parameters="0"/>