• 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. Creating Rectangle keep outs

Stats

  • Replies 2
  • Subscribers 161
  • Views 12694
  • Members are here 0
More Content

Creating Rectangle keep outs

vimaldevlpr
vimaldevlpr over 4 years ago

Hi,

I want to create a "CUTOUT" Automatically by using skill program.

For creating circle keep out  command is  "axlPathStartCircle" and "axlDBCreateShape"

What is the commands to create these kind of CUTOUT ? any one please help me.

  • Sign in to reply
  • Cancel
  • DavidJHutchins
    DavidJHutchins over 4 years ago

    rtfm...

    axlPathStart()

    axlPathLine()

    axlPathArcRadius()

    axlPathLine()

    axlPathArcRadius()

    axlPathLine()

    axlDBCreateShape()

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • luanvn81
    luanvn81 over 4 years ago

    Hi!

    I think you can try as below

    - create path start with your LW (ex 200) :  path = axlPathStart(list(via1->xy via2->xy) 200.0) 

    -  Get poly from created r_path  :                poly = car(axlPolyFromDB(path ?endCapType 'ROUND ?line2poly t))

    -  Create shape on your layer(Ex:ANTI ETCH/ALL ) : axlDBCreateShape(poly t "ANTI ETCH/ALL" nil nil)  

    Luan.

    • 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