Angle¶
The value type Angle is used to create an edit field for an angle value that is displayed in the current Allplan angle input unit.
Syntax¶
<Parameter>
<Name>AngleValue</Name>
<Text>Angle</Text>
<Value>45</Value>
<ValueType>Angle</ValueType>
</Parameter>
Value unit¶
The unit for <Value>, <MinValue>, <MaxValue> and <IntervalValue> is degree.
Example¶
The implementation of the Angle value type is described in the example AllControls, which is located in
…\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py