TessellatedFace(IListIListXYZ, ElementId) Constructor

Initializes a new instance of the TessellatedFace class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TessellatedFace(
	IList<IList<XYZ>> allLoopVertices,
	ElementId materialId
)

Parameters

allLoopVertices  IListIListXYZ
 
materialId  ElementId
 
See Also