TessellatedFace(IListXYZ, ElementId) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- outerLoopVertices IListXYZ
-
- materialId ElementId
-
See Also