toPoint2()¶ Description¶ Converts 3D points to 2D. Syntax¶ JStoPoint2() -> point Parameters¶ Parameter Type Required Description Parameter any No Description of the parameter. Return value¶ Type Description point Description of Return value. Example¶ JS1 2let result = toPoint2(value) console.info(result) See Also Last update: 14 August 2025, 18:47