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

Edge.TessellateOnFace

Method
Description:
Returns a polyline approximation to the edge in UV parameters of the face.
Remarks:
Tolerance of approximation is defined internally by Revit to be adequate for display purposes.
Syntax
public IList<UV> TessellateOnFace(
	Face face
)
Parameters
Parameter Type Description
face Face The face on which to perform the tessellation. Must belong to the edge.
Return Value