Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/idf/
H A Ds3d_plugin_idf.cpp85 static bool getOutlineModel( VRML_LAYER& model, const std::list< IDF_OUTLINE* >* items );
342 static bool getOutlineModel( VRML_LAYER& model, const std::list< IDF_OUTLINE* >* items ) in getOutlineModel() function
572 if( !getOutlineModel( vpcb, outline->GetOutlines() ) ) in addOutline()
674 if( !getOutlineModel( vpcb, brd.GetBoardOutline()->GetOutlines() ) ) in makeBoard()
876 if( !getOutlineModel( vpcb, pout->GetOutlines() ) ) in makeOtherOutlines()