API Reference > geometry-core > CartesianGeometry > Transform > cloneRigid cloneRigid Method Return a copy of this Transform, modified so that its axes are rigid The first axis direction named in axisOrder is preserved The plane of the first and second directions is preserved, and its vector in the rigid matrix has positive dot product with the corresponding vector if the instance The third named column is the cross product of the first and second. cloneRigid(axisOrder: AxisOrder = AxisOrder.XYZ): undefined | Transform Parameter Type Description axisOrder AxisOrder Returns - undefined | Transform Defined in geometry3d/Transform.ts Line 148 Last Updated: 12 June, 2024