Dimension in Paper Space with Points from Model Space

  • Thread starter Thread starter Cristian Leon
  • Start date Start date
C

Cristian Leon

Hello

I'm developing a lisp program that works with a 3D piping design, and i need to dimension an isometric view. It's supposed that with the system variable dimassoc = 2 the dimensions take the real value from model space, but only works with orthogonal views...

The question is... is there a lisp function that retrieves the world coordinates of an object in model space being in paper space?

(i tried with (trans [point] 3 2) but it doesn't works whit the world coordinates and i can't relate with it)

thanks

Cristian Leon
Chile
 
Back
Top