Michael Coviello
2005-06-02, 01:30 AM
Ignore, i found thread which deals with my question
I am a beginner at this so please forgive if this is very basic.
I'm trying to write a routine which uses crossing polygon stretch.
To begin with i want to turn off osnaps
(setvar"snapmode"0)
(command "stretch" "cp")
(setvar"snapmode"1) 'then turn osnaps back on.
Osnaps come back on too quickly. Ideally, i want to have osnaps off until the stretch command is completed; allowing the user to pick as many points as they want. I'm able to get it to work but only if i know how many pauses there will be. (which you never do know).
Thanks.
I am a beginner at this so please forgive if this is very basic.
I'm trying to write a routine which uses crossing polygon stretch.
To begin with i want to turn off osnaps
(setvar"snapmode"0)
(command "stretch" "cp")
(setvar"snapmode"1) 'then turn osnaps back on.
Osnaps come back on too quickly. Ideally, i want to have osnaps off until the stretch command is completed; allowing the user to pick as many points as they want. I'm able to get it to work but only if i know how many pauses there will be. (which you never do know).
Thanks.