Hi, I am trying to make a ULP that exports an image of a board with only certain parts visible. This is intended to be a parts-placement aid. Is there any way to temporarily hide certain parts?
Hi, I am trying to make a ULP that exports an image of a board with only certain parts visible. This is intended to be a parts-placement aid. Is there any way to temporarily hide certain parts?
Chris MacDonald wrote:
Hi, I am trying to make a ULP that exports an image of a board with only
certain parts visible. This is intended to be a parts-placement aid. Is
there any way to temporarily hide certain parts?
open the board file only (better yet a read-only copy), then you can
delete the parts you don't need, export a bit map (or place the
displayed parts) then undo the deletions (or reopen the board).
I'd think about using an ULP and/or SCR to automate the process
(exporting a bitmap for / displaying each value/package combination).
--
Lorenz
Chris MacDonald wrote:
Hi, I am trying to make a ULP that exports an image of a board with only
certain parts visible. This is intended to be a parts-placement aid. Is
there any way to temporarily hide certain parts?
open the board file only (better yet a read-only copy), then you can
delete the parts you don't need, export a bit map (or place the
displayed parts) then undo the deletions (or reopen the board).
I'd think about using an ULP and/or SCR to automate the process
(exporting a bitmap for / displaying each value/package combination).
--
Lorenz