You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
389 B
Markdown

# AddSeismicSection
## 定义
添加地震剖面
```CSharp
public long AddSeismicSection(string sectionData, float[] values)
```
## 请求参数
| 参数 | 类型 | 约束 | 说明 |
| - | - | - | - |
| sectionData | string | | 属性数据 |
| values | float[] | | |
## 返回
类型: long
图元索引
## 请求示例
## 错误处理
## 注意事项