RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Face

Face.Evaluate

Method
Description:
Evaluates and returns the XYZ coordinates of a point at the indicated UV parameterization of the face.
Remarks:
The evaluation is performed on the underlying Surface, and can return results outside of the boundaries of the face.
Syntax
public XYZ Evaluate(
	UV params
)
Parameters
Parameter Type Description
params UV The parameters to be evaluated, in natural parameterization of the face.
Return Value
Type Description
XYZ The XYZ coordinates.