In the process of fine tuning a routine that generates the boundary which defines a named view, I thought it would be nice to include any required transformations of coordinate systems. What I have written thus far code wise works fine if I use the command function to draw the boundary but when trying to use AddLightweightPolyline things don't quite work the same. The help file says that AddLightweightPolyline needs "The array of 2D OCS coordinates ...." (vlax-invoke <modelspace> 'AddLightweightPolyline <lst>) So, do I need to translate <lst> from UCS to OCS? Didn't see an OCS option in docs on the trans function, other than using an ename (which doesn't appear to work when passing a named view's ename) What am I missing/overlooking?