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): Transform | undefined Parameter Type Description axisOrder AxisOrder Returns - Transform | undefined Defined in core/geometry/src/geometry3d/Transform.ts Line 133 Last Updated: 13 June, 2024