ReachAndre
2006-02-22, 05:54 PM
Hey everyone, I made a simple lisp for dimensioning. the lisp gives the impression of using baseline dimension and being able to manually place the text every time. The problem I'm having is that currently you have to right click in between each dimension.
So you get a pattern of:
left click to add dim
left click to place the dim and txt
right click left click to add dim
left click to place the dim and txt.....
I would like to be able just to left click once the command is picked.
I'm new at writing lisps but below is what I have in the lsp
(DEFUN C:SD () (COMMAND "dimlinear""0,0"))
Thanks for your help
Andre
So you get a pattern of:
left click to add dim
left click to place the dim and txt
right click left click to add dim
left click to place the dim and txt.....
I would like to be able just to left click once the command is picked.
I'm new at writing lisps but below is what I have in the lsp
(DEFUN C:SD () (COMMAND "dimlinear""0,0"))
Thanks for your help
Andre