Method GetFacePoint
GetFacePoint(ElementItemId, double, double)
Gets a point on the surface attached to a face at specified parametric values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
Point3D GetFacePoint(ElementItemId inFaceId, double inU, double inV)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
| double | inU | U parameter within face surface parametric range. |
| double | inV | V parameter within face surface parametric range. |
Returns
| Type | Description |
|---|---|
| Point3D | Point on the face surface at the specified parametric values. |
Remarks
This method is available since v7.7.