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