Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

pline from autolisp?

Status
Not open for further replies.

greenwire

Computer
Sep 18, 2001
10
hi,
how can i call pline from autolisp and wait for the user to finish with the command before continuing?

any help would be appreciated.

nat.
 
Replies continue below

Recommended for you

Here's the typical syntax for this:

(command "._pline")
(while (= (logand (getvar "CMDACTIVE" ) 1) 1)
(command pause)
)

This bascically continues to issue pauses until user is done with the command.
This should do it, let me know if not!

Regards,

Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor