2027 Method
Changes 0
M

Edge.EvaluateOnFace

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