Method GetEdgeRange
GetEdgeRange(ElementItemId, out double, out double)
Gets the parametric range of an edge.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetEdgeRange(ElementItemId inEdgeId, out double outTMin, out double outTMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
| double | outTMin | Minimum parametric value. |
| double | outTMax | Maximum parametric value. |
Remarks
This method is available since v7.7.