Revit 2026 API
ApplicationNew |
Creates a UV object representing coordinates in 2-space.
| Name | Description | |
|---|---|---|
| NewUV | Creates a UV object at the origin. | |
| NewUV(UV) | Creates a UV object by copying the supplied UV object. | |
| NewUV(Double, Double) | Creates a UV object representing coordinates in 2-space with supplied values. |
See Also