Evaluates and returns the XYZ coordinates of a point at the indicated UV parameterization of the face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public XYZ Evaluate( UV params )
Parameters
- params UV
- The parameters to be evaluated, in natural parameterization of the face.
Return Value
XYZThe XYZ coordinates.