Revit 2025 API
Polymesh |
Returns all UV coordinates assigned to the polymesh
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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