FaceStyle¶
The FaceStyle type is used to create a combo box for a face style selection. The result assigned to the parameter is the integer value associated with the selected face style.
Syntax¶
<Parameter>
<Name>FaceStyle</Name>
<Text>FaceStyle</Text>
<Value>-1</Value>
<ValueType>FaceStyle</ValueType>
</Parameter>
If the <Value> tag is assigned the value -1, the parameter is initialized with the face style currently used in Allplan.
Example¶
The implementation of the FaceStyle value type is described in the example AllControls, which is located in
…\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py