Home
last modified time | relevance | path

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

/dports/cad/horizon-eda/horizon-2.1.0/src/canvas3d/
H A Dcanvas3d_base.cpp266 float zmin = -10 - explode * (brd->get_n_inner_layers() * 2 + 3 + package_height_max); in render()
267 float zmax = 10 + explode * 2 + package_height_max; in render()
533 package_height_max = 0; in update_max_package_height()
535 package_height_max = std::max(it.z, package_height_max); in update_max_package_height()
H A Dcanvas3d_base.hpp240 float package_height_max = 0; member in horizon::Canvas3DBase