applyRigidPartOfTransform MethodProtected

  • If transformA is rigid with uniform scale, apply the rigid part of transformA to the localToWorld transform and return the scale and rigid separation.
  • If not rigid, do nothing and return undefined.
  • Also apply the scale factor to the designProperties.

applyRigidPartOfTransform(transformA: Transform): { rigidAxes: Matrix3d, scale: number } | undefined

Parameter Type Description
transformA Transform  

Returns - { rigidAxes: Matrix3d, scale: number } | undefined

Defined in

Last Updated: 29 April, 2026