Revit 2025.3 API
Tessellated |
Initializes a new instance of the TessellatedFace class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public TessellatedFace( IList<XYZ> outerLoopVertices, ElementId materialId )
Public Sub New ( outerLoopVertices As IList(Of XYZ), materialId As ElementId )
public: TessellatedFace( IList<XYZ^>^ outerLoopVertices, ElementId^ materialId )
new : outerLoopVertices : IList<XYZ> * materialId : ElementId -> TessellatedFace
Parameters
See Also