create_polygon_section
Define a custom polygon cross-section for bridge models by specifying outer and inner loop vertex coordinates, enabling hollow or complex section geometry in structural analysis.
Instructions
Create a custom polygon cross-section (创建任意多边形截面).
Args:
name: Section name (截面名称)
loop_segments: Dictionary of loops. Keys should be 'main' for outer loop and 'sub1'... for inner hollow loops. Example: `{"main": [[y1,z1], [y2,z2], ...]}`
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| loop_segments | Yes |