Plane references dialog¶
The value dialog PlaneReferences is used to create a button that allows to open the dialog for the plane reference selection.
Clicking the button opens the height dialog for the plane selection and the offset input like
After closing the dialog, the selected level dependencies are displayed in the buttons. The data from the dialog are assigned to the parameter.
Syntax¶
<Parameter>
<Name>PlaneReferences</Name>
<Text>Planes</Text>
<Value></Value>
<ValueType>PlaneReferences</ValueType>
<ValueDialog>PlaneReferences</ValueDialog>
</Parameter>
Example¶
The implementation of the PlaneReferences value dialog is described in the example AllControls located in
..\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
..\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py