Jump to content
Developer Wiki and Function Reference Links ×

Slicing command


Recommended Posts

Hi @josue Corona ,

   There is not a single command that will do that. There are commands in the VS language that will return intersection points between objects:

LineCircleIntersect()
LineEllipseIntersect()
LineLineIntersection()

EllipseEllipseIntersect()

 

   And there are other commands that will determine if the points in question are on Line segments, or Arc segments:

PtOnArc()
PtOnLine()

 

   But to use these the way you are probably hoping for will require a fair amount of coding to take the points they return and manipulate your target object to break at the right spots. If you like Analytic Geometry you can get there from here. If not, you might consider hiring someone who does.

 

Not sure if this helps,

Raymond

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...