Polyline3D¶
The value type Polyline3D is used to create the input controls for a 3D polyline
Syntax¶
<Parameter>
<Name>Polyline3DRow</Name>
<Text>_</Text>
<ValueType>Row</ValueType>
<Parameter>
<Name>Polyline3</Name>
<Text>Point</Text>
<Value>Polyline3D(Points((2000,7000,0)(3000,8100,1000)(4000,8500,3000)))</Value>
<ValueType>Polyline3D</ValueType>
</Parameter>
</Parameter>
If each coordinate is to be displayed in a separate line, the syntax looks like this
<Parameter>
<Name>Polyline3</Name>
<Text>Point</Text>
<Value>Polyline3D(Points((2000,7000,0)(3000,8100,1000)(4000,8500,3000)))</Value>
<ValueType>Polyline3D</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 Polyline3D value type is described in the example GeometryElementsInput located in
…\etc\Examples\PythonParts\PaletteExamples\GeometryElementsInput.pyp…\etc\PythonPartsExampleScripts\PaletteExamples\GeometryElementsInput.py