converting dwg coords to client coords
converting dwg coords to client coords
i find getworldstartendpoint() that converts client area coords to dwg but how do i go other way. i have dwg coords and need the client coords fromthe view being displayed.
thx
cp
odgsbasevectorizeview::worldtodevicematrix() and odgsbasevectorizeview:

bjecttodevicematrix() returns matrixes for world to device transform and for object to device transform. last one takes model transforms into account.
sincerely yours,
george udov