tryTransformInPlace Method

Transform the detail in place.

  • All numerical properties are transformed directly, except:
    • when curve is defined, point and point1 are reset by evaluating the transformed curve at fraction and fraction1
    • these properties are untouched: a, fraction, fraction1, pointQ

tryTransformInPlace(transform: Transform): boolean

@returns true if and only if the transformation was successful. If false, the instance is in an indeterminate state and should not be used.

Parameter Type Description
transform Transform the transform to apply

Returns - boolean

true if and only if the transformation was successful. If false, the instance is in an indeterminate state and should not be used.

Defined in

Last Updated: 14 November, 2024