Flow |
The FlowPath type exposes the following members.
| Name | Description | |
|---|---|---|
| FlowSegmentCount | Gets the number of FlowSegments in the FlowPath. |
| Name | Description | |
|---|---|---|
| AddFlowSegment | Break an existing segment and add a new flow segment. | |
| AddSegment |
Break an existing segment and add a new flow segment.
This method has been deprecated. Use AddFlowSegment(Int32, Double) instead.
Obsolete | |
| Clear | Deletes FlowPath, and reset TOC data. | |
| GetFlowSegmentAt |
Gets a FlowSegment by index from the FlowPath.
This method has been deprecated. Use GetFlowSegments instead.
Obsolete | |
| GetFlowSegments | Gets all flow segments in this flow path. | |
| GetPath | Gets the vertices of FlowPath. | |
| RemoveFlowSegment | Remove a flow segment definition by index. | |
| RemoveSegment |
Remove a flow segment definition by index.
This method has been deprecated. Use RemoveFlowSegment(Int32) instead.
Obsolete | |
| SetPath | Sets the vertices of FlowPath. | |
| SetPathFromSurface | Calculate and set the path that flow from the input point to the discharge point along the surface. |