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

Edge.EvaluateOnFace

Method
Description:
Evaluates a parameter on the edge to produce UV coordinates on the face.
Syntax
public UV EvaluateOnFace(
	double param,
	Face face
)
Parameters
Parameter Type Description
param Double The parameter to be evaluated, in [0,1].
face Face The face on which to perform the evaluation. Must belong to the edge.
Return Value
UV