Transform2D.TransformUVDomainIfPossible
Method
Description:
Transforms an envelope () for one surface to an envelope for a coincident but differently parameterized surface.
Transforms an envelope () for one surface to an envelope for a coincident but differently parameterized surface.
Remarks:
This method succeeds in the case when the uv-parameter transform between the surfaces has a simple form, that commonly occurs for analytic surfaces, such that the image of the input envelope under the transform is itself a rectangular region aligned with the UV coordinate axes.
This method succeeds in the case when the uv-parameter transform between the surfaces has a simple form, that commonly occurs for analytic surfaces, such that the image of the input envelope under the transform is itself a rectangular region aligned with the UV coordinate axes.
Parameters
Parameter | Type | Description |
---|---|---|
uvDomain | BoundingBoxUV | The original surface envelope. |
Return Value
Type | Description |
---|---|
BoundingBoxUV | If successful a new transformed surface envelope, otherwise . |
Exceptions
Exception | Condition |
---|---|
ArgumentException | uvDomain is not set. |
ArgumentNullException | A non-optional argument was null |