Polygon3D¶
The value type Polygon3D is used to create the input controls for a 3D polygon
Syntax¶
<Parameter>
<Name>Polygon3DRow</Name>
<Text>_</Text>
<ValueType>Row</ValueType>
<Parameter>
<Name>Polygon3</Name>
<Text>Point</Text>
<Value>Polygon3D(Points((5000,7000,0)(6000,8100,1000)(5000,8500,3000)(5000,7000,0)))</Value>
<ValueType>Polygon3D</ValueType>
</Parameter>
</Parameter>
If each coordinate is to be displayed in a separate line, the syntax looks like this
<Parameter>
<Name>Polygon3</Name>
<Text>Point</Text>
<Value>Polygon3D(Points((5000,7000,0)(6000,8100,1000)(5000,8500,3000)(5000,7000,0)))</Value>
<ValueType>Polygon3D</ValueType>
</Parameter>
The result is
Value unit¶
The unit for the default values assigned to the coordinate values in <Value> is mm.
Example¶
The implementation of the Polygon3D value type is described in the example GeometryElementsInput located in
…\etc\Examples\PythonParts\PaletteExamples\GeometryElementsInput.pyp…\etc\PythonPartsExampleScripts\PaletteExamples\GeometryElementsInput.py