Profile.Transformed
Property
Description:
Transforms this profile and returns the result.
Transforms this profile and returns the result.
Remarks:
Transforms all the curves that define the boundary of this profile.
Transforms all the curves that define the boundary of this profile.
Parameters
Parameter | Type | Description |
---|---|---|
transform | Transform | The transformation used to transform the profile. |
Return Value
Type | Description |
---|---|
Profile | The transformed profile. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the handle of the specified transformation is. |
InvalidOperationException | Thrown when failed to transform a curve in the profile. |