calc_section_property
Compute section properties directly from raw geometry using polygon loops or line-width segments, bypassing section creation.
Instructions
Compute section properties from raw geometry, without creating a section
(按几何直接计算截面特性,不创建截面).
Provide EXACTLY ONE of:
loop_segments: Polygon loops [{"main": [[x,y],...], "sub": ...}, ...]
(多边形环定义)
sec_lines: Line-width segments [[x1,y1,x2,y2,width], ...] (线宽定义)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sec_lines | No | ||
| loop_segments | No |