[PCB_FORUM] AxlDBCreateShape Question

  • From: "Yves Cantraine" <yves@xxxxxxxxx>
  • To: <icu-pcb-forum@xxxxxxxxxxxxx>
  • Date: Wed, 6 Jul 2005 10:41:12 +0200

Hi all,

We have noticed something strange when running these scripts.

Skill path = axlPathStart( ( list -1.23:2.44 ) )
skill path = axlPathLine( path, 0, 0.23:2.44 )
skill path = axlPathLine( path, 0, 0.23:0.61 )
skill path = axlPathLine( path, 0, -1.23:0.61 )
skill path = axlPathLine( path, 0, -1.23:2.44 )
skill myShape = axlDBCreateShape(path, t, "PACKAGE
GEOMETRY/PLACE_BOUND_TOP")

This creates a Filled Rectangle, where I would expect a Shape.


When I run the same script but with an extra coordinate (5)

skill path = axlPathStart( ( list -1.5:-1.5 ) )
skill path = axlPathLine( path, 0, 1.5:-1.5 )
skill path = axlPathLine( path, 0, 0.0:0.0 )
skill path = axlPathLine( path, 0, 1.5:1.5 )
skill path = axlPathLine( path, 0, -1.5:1.5 )
skill path = axlPathLine( path, 0, -1.5:-1.5 )
skill myShape = axlDBCreateShape(path, t, "PACKAGE
GEOMETRY/PLACE_BOUND_TOP")

This script creates a Shape as I would expect, since I use the
axlDBCreateShape command.

It seems you can't create a shape when it is rectangle like.

Anyone knows how to fix this? Or might this be a bug?

Thanks
Yves


-----------------------------------------------------------
To subscribe/unsubscribe: 
        Send a message to icu-pcb-forum-request@xxxxxxxxxxxxx
        with a subject of subscribe or unsubscribe

To view the archives of this list please login at
//www.freelists.org. Our list name is icu-pcb-forum
or go to //www.freelists.org/archives/icu-pcb-forum/

Problems or Questions:
        Send an email to icu-pcb-forum-admins@xxxxxxxxxxxxx

Want to post a job listing ?  DON'T DO IT HERE!  
Better yet, join our jobs listing forum.

SUBSCRIBE:  icu-jobs-forum-subscribe@xxxxxxxxxx
POST:       icu-jobs-forum@xxxxxxxxxx
-----------------------------------------------------------

Other related posts: