Jump to content
Mr. Matthias Krueger

How to trimm or cut a curve

Recommended Posts

Hello,

 

I want to trimm the smaller black circle at the point where the dot is (s. attached picture). Is there a possibilty? Because I need one closed curve to creat a surface later.

Or maybe I can creat a new circle. But I don't know how to get the end angle.

 

Thank you for your help.

 

Matthias

post-105-0-04149800-1381495350_thumb.png

Share this post


Link to post
Share on other sites

Hi Matthias,

 

See the attachment:

 

  • Find the intersection between the two curves via intersection point
  • Create an image curve and ...
  • Use the intersection parameter (via a command) for setting up a subcurve

 

Cheers

Joerg

subcurve.fdb

post-8-0-63297300-1381497459_thumb.png

post-8-0-89100500-1381497595_thumb.png

Share this post


Link to post
Share on other sites

HI Matthias,

 

Another option would be to set the start angle of the circle to the corresponding angle which again you can derive from the tangent of the line pointing to(or from) the center of the circle. E.g. yourCircle.setStartAngle(yourline.getTan(2,1)+90) or similar, depending on the orientation of the line and the circle.

 

Cheers

Claus

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...