Spline2D¶
The value type Spline2D is used to create the input controls for a 2D spline
Syntax¶
<Parameter>
<Name>Spline2DRow</Name>
<Text>_</Text>
<ValueType>Row</ValueType>
<Parameter>
<Name>Spline2</Name>
<Text>Point</Text>
<Value>Spline3D(StartVector(1, 1)EndVector(1, 1)Points((7000,2000)(8000,3100)(10000,3500)))</Value>
<ValueType>Spline2D</ValueType>
</Parameter>
</Parameter>
If each coordinate is to be displayed in a separate line, the syntax looks like this
<Parameter>
<Name>Spline2</Name>
<Text>Point</Text>
<Value>Spline3D(StartVector(1, 1)EndVector(1, 1)Points((7000,2000)(8000,3100)(10000,3500)))</Value>
<ValueType>Spline2D</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 Spline2D value type is described in the example GeometryElementsInput located in
…\etc\Examples\PythonParts\PaletteExamples\GeometryElementsInput.pyp…\etc\PythonPartsExampleScripts\PaletteExamples\GeometryElementsInput.py