My I use basic dimension on a drawing to show a theoretically exact dimension, without til use of a datum and feature ?
In this case the basic dimension, will be given by 2 dimension controlled by EN 2768-1 m.
hi
I have made this macro to plot some points in a sketch, but depending on if there is zoomed out or in, it will plot it wrong or right.
Dim swApp As Object
Dim Part As Object
Dim SelMgr As Object
Dim boolstatus As Boolean
Dim longstatus As Long, longwarnings As Long
Dim Feature As Object...