Hi.
My problem is following:
I have an INSERT entity with nameDXF "X".
I have an nested INSERT (inside "X") with nameDXF "F".
Finally, I have a sphere that makes up the INSERT Block reference "F", the property "Position" is (0 0 0). In the drawing the position of the sphere is outside the origin of the WCS.
I need to transform the coordinates of the "Position" property of the sphere to the WCS.
I thought that this would have a result:
(setq T (trans ptoPosition F X))
(trans T X 0)
But I get nil in both cases.
Any comments on how I should use the TRANS function?
Greetings.