Skip to content
Snippets Groups Projects
Commit c682d11f authored by Jeff Young's avatar Jeff Young :flag_ua:
Browse files

Trim VRML export layers to board outline.

Fixes #14557
parent 2c34a08b
No related branches found
No related tags found
Loading
Pipeline #841144393 passed
......@@ -426,6 +426,7 @@ void EXPORTER_PCB_VRML::ExportStandardLayers()
outlines.RemoveAllContours();
m_board->ConvertBrdLayerToPolygonalContours( pcb_layer[lcnt], outlines );
outlines.BooleanIntersection( m_pcbOutlines, SHAPE_POLY_SET::PM_FAST );
outlines.Fracture( SHAPE_POLY_SET::PM_FAST );
ExportVrmlPolygonSet( vrmllayer[lcnt], outlines );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment