Transforms an envelope (BoundingBoxUV) for one surface to an envelope for a coincident but differently parameterized surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public BoundingBoxUV TransformUVDomainIfPossible( BoundingBoxUV uvDomain )
Parameters
- uvDomain BoundingBoxUV
- The original surface envelope.
Return Value
BoundingBoxUVIf successful a new BoundingBoxUV transformed surface envelope, otherwise null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | uvDomain is not set. |
| ArgumentNullException | A non-optional argument was null |
