Tgk FDS Probe Result¶
🟢 Free 📌 Result
ProbeFdsResult · Component_FDS\Comp_FDS.ResultAdvanced.cs
在指定点从切片或边界结果文件中采样最近值。
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Session | S | object | FDS会话对象。 |
| File Path | F | string | 切片或边界结果文件路径。 |
| Time | T | Io |
请求的时间(可选)。 |
| Exact Time | Exact | bool | 当提供时间时要求精确匹配。 |
| Probe Points | Pts | List |
探针采样点。 |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| kind | kind | string | kind |
| quantity | quantity | string | quantity |
| resolvedTime | resolvedTime | double | resolvedTime |
| matchedPoints | matchedPoints | List |
matchedPoints |
| distances | distances | List |
distances |
| success | success | bool | success |
| message | message | string | message |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Values | V | 采样标量值。 |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)