TessellatedFace(IListIListXYZ, ElementId) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic TessellatedFace(
IList<IList<XYZ>> allLoopVertices,
ElementId materialId
)
Public Sub New (
allLoopVertices As IList(Of IList(Of XYZ)),
materialId As ElementId
)
public:
TessellatedFace(
IList<IList<XYZ^>^>^ allLoopVertices,
ElementId^ materialId
)
new :
allLoopVertices : IList<IList<XYZ>> *
materialId : ElementId -> TessellatedFace
Parameters
- allLoopVertices IListIListXYZ
-
- materialId ElementId
-
See Also