add_distribute_plane_load
Apply a distributed plane load to selected plate elements by defining a plane with three points, for structural analysis in bridge modeling.
Instructions
Apply arbitrary distributed plane load (任意分布面荷载).
Args:
index: Load ID (编号)
case_name: Load case name (荷载工况名)
type_name: Load type name (分布面荷载类型名)
point1: 1st point defining the plane [x,y,z] (定义面的点1)
point2: 2nd point defining the plane [x,y,z] (定义面的点2)
point3: 3rd point defining the plane [x,y,z] (定义面的点3)
plate_ids: Optional plate elements to load (指定板单元)
coord_system: Coordinate system (坐标系)
group_name: Load group name (荷载组名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| point1 | No | ||
| point2 | No | ||
| point3 | No | ||
| case_name | Yes | ||
| plate_ids | No | ||
| type_name | Yes | ||
| group_name | No | ||
| coord_system | No |