Interpolate Surface#
Create surface geometries by specifying a sequence of section points whose edges get extruded along the axis
Input#
Name |
Type |
Structure |
Description |
---|---|---|---|
Axis |
Axis Definition |
List |
Axis definitions containing necessary modeling information |
Points |
Text |
List |
Sequence of section points which get extruded to surfaces. It is allowed to separate points within a single list item using whitespaces |
EdgeThk |
Number |
List |
Optional thickness of shell elements at edge connected to point |
InteAttr |
InteAttr |
Item |
Interpolation attributes |
Output#
Name |
Type |
Structure |
Description |
---|---|---|---|
Breps |
Brep |
Tree |
Breps representing the result of the
interpolation.
Breps in branch { j, k }
correspond to curve j and segment k.
Brep at list index i
refers to the surface which is based
on sequence point i and i + 1
|