Jigging along x-direction between 2 points

Jigging along x-direction between 2 points

Anonymous
Not applicable
719 Views
1 Reply
Message 1 of 2

Jigging along x-direction between 2 points

Anonymous
Not applicable

Hi,

 

My requirement is I have to drag only along x-direction, between two points and should be able to place between that line segment only when mouse click is done.

 

As of now I am able to jig only along x-direction along a line segment. But when I click to place the text there, it is going some where. not along the line segment I have taken along x-direction. I am attaching the jig code I am using. I am passing my entities from code instead of selection on drawing.

 

Thanks for the help in advance.

Tejaswini

0 Likes
720 Views
1 Reply
Reply (1)
Message 2 of 2

_gile
Consultant
Consultant

As you jig a single entity, you should use a class derived from EntityJig instead of DrawJig as shown in this thread.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes