2027 Method
Changes 0
M

Edge.TessellateOnFace

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.
public IList<UV> TessellateOnFace(
	Face face
)
  • face
    The face on which to perform the tessellation. Must belong to the edge.
Return Value IList<UV> IList UV