• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Check Parallel lines if intersect

Stats

  • Replies 7
  • Subscribers 160
  • Views 16607
  • Members are here 0
More Content

Check Parallel lines if intersect

eDaNoy
eDaNoy over 12 years ago

 

Image and video hosting by TinyPic

given image above,

I would like to check both segments (maroon/orange line could be in any slope value) which are parallel to each other if they intersect.

dashed lines are the perpendicular lines of the maroon or of the orange line (my plan is to use these to get the intersections) .

The problem now is, how can i get the points of the perpendicular lines.

Im welcome for other suggestions.

  • Sign in to reply
  • Cancel
  • aCraig
    aCraig over 12 years ago

    On Cadence support search for clinecut. It should return a link to clinecut.il it should a good example to finding intersections. Also you can try axl_ol_ol2.

     Craig

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • eDaNoy
    eDaNoy over 12 years ago

    Thanks Craig for the suggestion.

    I to look for the clinecut.il but its not what i want.

    Yes, Im already using axl_ol_ol2 to get the intersections.

    My problem was,

    how can i create a perpendicular(dashed line, see above image) by using either orange or maroon lines to detect if both parrallel lines face each other.Even with only one intersection result can prove that both parallel lines are facing each other.  

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • aCraig
    aCraig over 12 years ago

    To get the perpendicular line you will need to do some vector math. First get the unit vector of the marroon/yellow line (pt1 pt2). From the unit vector you can get he perpendicular vector (-pt2 pt1).

     Craig

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • eDaNoy
    eDaNoy over 12 years ago

    Thanks Craig.

    Well I guess doing what you suggested is problem.

    If its ok for you, can u give me an example?

     

    jerald 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • aCraig
    aCraig over 12 years ago

    Get the vector of the line (marron/yellow)  for this example the line has coords of ((1,2) (4,4))

    v = (x2-x1), (y2-y1)  = (3, 2))

    v(perp) = (-2, 3) or (2, -3)

    To create a line that starts an one of the points, say (1, 2) to get the end point add the v(perp) to the start point (1-2, 2+3) or (-1, 5). If you want a longer or shorter line scale the vector. 

    You can also use unit vector and magnitude but this should be easier. Pull out your Calculas II textbook or search the web for vector math.

    Regards,

    Craig

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information