Method GetEdgeCurveParameter
GetEdgeCurveParameter(ElementItemId, Point3D, out double)
Gets the parametric value of a specified point on the curve attached to an edge.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
Point3D GetEdgeCurveParameter(ElementItemId inEdgeId, Point3D inPoint, out double outT)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
| Point3D | inPoint | Point near edge curve. |
| double | outT | Parameter of nearest point on edge curve. |
Returns
| Type | Description |
|---|---|
| Point3D | Nearest point to specified point on edge curve. |
Remarks
This method is available since v7.10.300.60.