ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

move the endpoint of the arc

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
208 Views, 2 Replies

move the endpoint of the arc

i can pick an end point of an arc on the screen and then move it to a new
position,
if i want to do this by program, how should i do ?
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

You should used AcEdJig class. You can see an example how to use this class in elipsjig folder from Object Arx examples.
Message 3 of 3
Anonymous
in reply to: Anonymous

thank you, this is useful to me, but now my problem is that i have some
AcDbArc entities in my drawing,

and they should joint each other at their end points, with some problem,
they did not, so my task is to write

a program to have them joint. With AcDbLine element it is a simple task, i
just need to call the APIs like

AcDbLine::setStartPoint() or AcDbLine::setEndPoint(), but with AcDbArc,
i don't know how to do.

If i use three point (start, middle, end) of the Arc to get its radius,
center, start angle and end angle, then set

these to the arc, i am worry about that after doing this, the end points
will not equall to the end points before

exactly, i use these arcs to do polygon topology so it is important to me to
have these arcs joint each other,

how should i do?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost