MOI3D v 4.0 decimal separator
From:
Michael Gibson
1 Jan 2021 (2 of 4)
10093.2
In reply to
10093.1
Hi pr1, if you are using the comma as the decimal separator MoI will be expecting you to have a space between the coordinate values.
So for example when drawing a line to place a point at x = 5,2 y = 10,3 you should put in:
5,2 10,3
- Michael