Evaluate Section#
Evaluate the sectional geometry at a specific station of an axis considering all alignment and generation properties. Returns a brep of the sectional cut, the sectional plane as well as the position of defined section points.
The component features a context menu, accessible by right-clicking.
Input#
Name |
Type |
Structure |
Description |
---|---|---|---|
Axis |
Axis Definition |
List |
Axis definitions containing necessary modeling information |
Points |
Text |
List |
List of points to be extracted It is allowed to separate points within a single list item using whitespaces |
Station |
Number /
Text /
Axis Placement
|
List |
Station values, placements or
placement names at which the section
is evaluated.
E.g. “1.2”, “myPlcName*”
|
InteAttr |
InteAttr |
Item |
Interpolation attributes |
Output#
Name |
Type |
Structure |
Description |
---|---|---|---|
Breps |
Brep |
Tree |
Planar breps representing the result
of the evaluation.
Breps in branch { j, k }
correspond to curve j and station k.
Brep at list index i
refers to section face i
|
Points |
Point |
Tree |
Points extracted from the section at
specified stations.
Points in branch { j, k }
correspond to curve j and station k.
Point at list index i
refers to extraction point i
|
Planes |
Plane |
Tree |
Planes representing coordinate frames
at specified stations.
Plane in branch { j, k }
corresponds to curve j and station k.
|