Method GetSegmentPoint
GetSegmentPoint(ElementItemId, double)
Gets a point on a segment at a specified parametric value.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
Point2D GetSegmentPoint(ElementItemId inSegmentId, double inT)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inSegmentId | Identifier of the segment to analyze. |
| double | inT | Parameter within segment parametric range. |
Returns
| Type | Description |
|---|---|
| Point2D | Point on the segment at the specified parametric value. |
Remarks
This method is available since v7.7.