Revit 2026 API
Polymesh |
Returns all UV coordinates assigned to the polymesh
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<UV> GetUVs()
Public Function GetUVs As IList(Of UV)
public: IList<UV^>^ GetUVs()
member GetUVs : unit -> IList<UV>
Return Value
IListUVAn array of UV coordinates
See Also