Page 1 of 1

Use JReality to display a complex PCB Design

Posted: Tue 9. Oct 2012, 22:16
by macpoupou
Today we have developed with joGL a software to display a full PCB design (board geometry, internal/external structure... vias, copper traces and components). We would like to replace the 3D viewer by JReality to improve it.

A PCB is a polygon with many holes inside. I haven't find an find something in the documentation to create this kind of geometry (a polygon with an external outline and an array of internal outlines).... or to make boolean operations between some geometries.

Any idea ?

Re: Use JReality to display a complex PCB Design

Posted: Mon 15. Oct 2012, 12:50
by gunn
The standard jReality distribution does not include the sort of geometry you describe, nor the boolean operators. You would have to write these classes yourself, or get them from a third-party source, and then adapt them to generate a geometry type recognized by jReality (e.g., IndexedFaceSet or IndexedLineSet). There may be other jReality users who have dealt with this problem before and can offer more specific solutions, or references to third-party Java packages for this kind of surface representation.