Sweety Posted December 2, 2010 Posted December 2, 2010 Hello. I looked for Rectang Entmakex to use it instead of it as a command but I have not found . and also in Visual Lisp I could not found anyone either , so anybody could help me with it Please ? Thankxxxxxxxxx Quote
lpseifert Posted December 2, 2010 Posted December 2, 2010 There is no entity called Rectang, it is actually a polyline... but you can entmakex a LWPOLYLINE to make a rectangle. Speak up if you need help with that. Quote
Sweety Posted December 2, 2010 Author Posted December 2, 2010 There is no entity called Rectang, it is actually a polyline... but you can entmakex a LWPOLYLINE to make a rectangle. Speak up if you need help with that. Thank you so much. That's what I thought of , and what about VLisp ? Quote
Sweety Posted December 2, 2010 Author Posted December 2, 2010 vla-AddLightWeightPolyline Thank you Lee. So it is as well as entmake LWPolyline . Isn't it ? Quote
Lee Mac Posted December 2, 2010 Posted December 2, 2010 So it is as well as entmake LWPolyline . Isn't it ? Yes, the Rectangle Command creates an LWPolyline. Quote
Sweety Posted December 2, 2010 Author Posted December 2, 2010 I mean your suggestion ( vla-AddLightWeightPolyline ) is the same use as LWPolyline Entmake(x) Right ? So the difference is only the first is Vlisp and second is Vanilla. Agree ? Thankxxxx Quote
Sweety Posted December 2, 2010 Author Posted December 2, 2010 entmake one I wrote I have no username to that forum . Could you please post them here Mr Alanjt ? Thankxxxx Quote
Lee Mac Posted December 2, 2010 Posted December 2, 2010 I mean your suggestion ( vla-AddLightWeightPolyline ) is the same use as LWPolyline Entmake(x) Right ?So the difference is only the first is Vlisp and second is Vanilla. Agree ? I'm not sure that I understand the question - vla-AddLightWeightPolyline is a method of the ModelSpace/PaperSpace VLA-Object, and requires a Safearray Variant of Doubles representing the 2D points of the vertices in OCS; it in turn returns an LWPolyline VLA-Object. Entmakex requires a list of 2D points in OCS, and in turn returns an LWPolyline Entity. Quote
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.