Method GetEdgeCurveRange
GetEdgeCurveRange(ElementItemId, out bool, out double, out double)
Gets the parametric range of the curve attached to an edge.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
void GetEdgeCurveRange(ElementItemId inEdgeId, out bool outIsPeriodic, out double outTMin, out double outTMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
| bool | outIsPeriodic | Whether the curve parameterization in periodic. |
| double | outTMin | Minimum parametric value, or main period start if periodic. |
| double | outTMax | Maximum parametric value, or main period end if periodic. |
Remarks
This method is available since v7.10.300.60.