Interpolate Curve#
Create curve geometries by specifying section points which get extruded along the axis
Input#
Name |
Type |
Structure |
Description |
---|---|---|---|
Axis |
Axis Definition |
List |
Axis definitions containing necessary modeling information |
Points |
Text |
List |
List of points to be extruded to
curves (e.g. tendons)
Uses origin of section “O” as default
It is allowed to separate points within a single list item using whitespaces |
InteAttr |
InteAttr |
Item |
Interpolation attributes |
Output#
Name |
Type |
Structure |
Description |
---|---|---|---|
Curves |
Curve |
Tree |
Curves representing the result of the
interpolation.
Curves in branch { j, k }
correspond to curve j and segment k.
Curve at list index i
refers to extrusion point i
|