PDA

View Full Version : Placing BOM at predifined place


esc
12-15-2004, 02:16 AM
I've got a simple lisp routine for making a BOM table, but what do i have to add into the lisp routine so that the BOM will be placed into the drawing at a predifined coordinate?

lcsoft
12-15-2004, 06:37 AM
I've got a simple lisp routine for making a BOM table, but what do i have to add into the lisp routine so that the BOM will be placed into the drawing at a predifined coordinate?

Maybe with:


:x-offset number
:y-offset number


so:


(sd-defdialog 'bom-partlist
:module "ANNOTATION"
:toolbox-button t
:dialog-title "Stuklijst"
:x-offset number
:y-offset number

CUT

esc
12-22-2004, 02:49 AM
Thank you very much for your reply. But what you suggest is that the dialog box is fixed at a certain point, that's not what I meant. I want to place the partslist at a fixed point in the drawing.