WhoCanDo Posted May 7, 2015 Share Posted May 7, 2015 I've battling the for a couple of days now and can't get my head around Poly3D and then I discovered that it's GetPt3D that's throwing me off. procedure test; var vec1 : vector; h1 : handle; begin DSelectAll; GetPt3D (vec1.x, vec1.y, vec1.z, false); Poly3D (5, 0, 0, 300, 0, 0, 300, -457, 0, 33, -457, 0); h1 := ConvertToPolyline (LNewObj); SetPolylineVertex (h1, 2, 300, 0, 3, 90, true); SetPolylineVertex (h1, 3, 300, -457, 3, 90, true); end; run (test); In front view I get a different result with and without GetPt3D. I want the Poly3D to be on the top view no matter what view I am in so what's going wrong? If you test the above without GetPt3D and in any view then you get the result I want but I want to ask the user where they want the result to be after creating it. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.