create_material
Add a material to a bridge model by defining its type, standard, database, or custom properties for structural analysis.
Instructions
Create a material in the bridge model (创建材料).
Args:
name: Material name (材料名称)
mat_type: Material type (材料类型): 1=Concrete(混凝土), 2=Steel(钢材),
3=Prestress(预应力), 4=Rebar(钢筋), 5=Custom(自定义), 6=Composite(组合)
standard: Code standard index, starts from 1 (规范序号,从1开始)
database: Material database name, e.g. 'C50', 'Q345' (数据库名称)
data_info: Custom material properties [E, γ, ν, α] for mat_type=5
自定义材料参数 [弹性模量, 容重, 泊松比, 热膨胀系数]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| database | No | ||
| mat_type | Yes | ||
| standard | No | ||
| data_info | No |