Home
last modified time | relevance | path

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

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/3d/
H A Dimp_package_3d_occt.cpp46 std::vector<Coordi> &projection_targets) in process_shapes() argument
64 projection_targets.emplace_back(coord_from_pt(pnt)); in process_shapes()
84 projection_targets.emplace_back(p); in process_shapes()
115 projection_targets.clear(); in project_model()
131 process_shapes(shapes.VCompound(), projection_annotation, projection_targets); in project_model()
132 process_shapes(shapes.Rg1LineVCompound(), projection_annotation, projection_targets); in project_model()
133 process_shapes(shapes.OutLineVCompound(), projection_annotation, projection_targets); in project_model()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_package.hpp76 std::vector<Coordi> projection_targets; member in horizon::ImpPackage
H A Dimp_package.cpp43 for (const auto &it : projection_targets) { in canvas_update()