Home
last modified time | relevance | path

Searched refs:addFootprintShapesWithClearance (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_canvas/
H A Dboard_adapter.h581 void addFootprintShapesWithClearance( const FOOTPRINT* aFootprint,
H A Dcreate_layer_items.cpp542 addFootprintShapesWithClearance( footprint, layerContainer, curr_layer_id, 0 ); in createLayers()
991 addFootprintShapesWithClearance( footprint, layerContainer, curr_layer_id, 0 ); in createLayers()
H A Dcreate_3Dgraphic_brd_items.cpp164 void BOARD_ADAPTER::addFootprintShapesWithClearance( const FOOTPRINT* aFootprint, in addFootprintShapesWithClearance() function in BOARD_ADAPTER