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.
32 lines
430 B
Markdown
32 lines
430 B
Markdown
|
2 years ago
|
# GetGridPointValue
|
||
|
|
|
||
|
|
## 定义
|
||
|
|
|
||
|
|
获得曲面上点的Z值
|
||
|
|
|
||
|
|
```CSharp
|
||
|
|
public bool GetGridPointValue(double x, double y, ref double dZValue)
|
||
|
|
```
|
||
|
|
|
||
|
|
## 请求参数
|
||
|
|
|
||
|
|
| 参数 | 类型 | 约束 | 说明 |
|
||
|
|
| - | - | - | - |
|
||
|
|
| x | double | | 点坐标X |
|
||
|
|
| y | double | | 点坐标Y |
|
||
|
|
| dZValue | double | | 点坐标Z |
|
||
|
|
|
||
|
|
|
||
|
|
## 返回
|
||
|
|
|
||
|
|
类型: bool
|
||
|
|
是否成功
|
||
|
|
|
||
|
|
|
||
|
|
## 请求示例
|
||
|
|
|
||
|
|
## 错误处理
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|