C# method for lisp grvecs

C# method for lisp grvecs

Anonymous
Not applicable
609 Views
2 Replies
Message 1 of 3

C# method for lisp grvecs

Anonymous
Not applicable
AutoCAD 2010. C# DotNet.
Where is the method that does the same action as lisps grvecs (draw graphic lines)?
Thx.
Kevin.
0 Likes
610 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
In ObjectARX, there are better ways to draw temporary graphics, but which is the
one to use depends on what you're doing specifically.

grvecs is a legacy API that is so limited and crude that the idea of using it
these days is somewhat rediclous (for example, it can only draw straight line
segments, and requires many of them and much work in order to approximate
curves).

If you really insist on using it, the Editor's DrawVectors method is the managed
wrapper for it.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD
Supporting AutoCAD 2000 through 2011

http://www.acadxtabs.com

Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");

wrote in message
news:6368393@discussion.autodesk.com...
AutoCAD 2010. C# DotNet.
Where is the method that does the same action as lisps grvecs (draw graphic
lines)?
Thx.
Kevin.
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks Tony, although simple it's exactly what I needed right now, just could not find it without your help.
0 Likes