![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/SLA/SupportTreeBuilder.hpp>
Inheritance diagram for Slic3r::sla::Junction:
Collaboration diagram for Slic3r::sla::Junction:Public Member Functions | |
| Junction (const Vec3d &tr, double r_mm) | |
Public Attributes | |
| double | r = 1 |
| Vec3d | pos |
| long | id = ID_UNSET |
Static Public Attributes | |
| static const constexpr long | ID_UNSET = -1 |
Referenced by Slic3r::sla::SupportTreeBuilder::add_pillar(), Slic3r::sla::DefaultSupportTree::add_pinheads(), Slic3r::sla::DefaultSupportTree::connect_to_model_body(), Slic3r::sla::create_ground_pillar(), Slic3r::sla::DefaultSupportTree::interconnect_pillars(), Slic3r::sla::Head::junction(), and Slic3r::sla::DefaultSupportTree::routing_to_ground().
| Vec3d Slic3r::sla::Junction::pos |
Referenced by Slic3r::sla::BranchingTreeBuilder::add_mesh_bridge(), Slic3r::sla::calculate_anchor_placement(), Slic3r::sla::check_ground_route(), Slic3r::sla::connect_to_ground(), Slic3r::sla::DefaultSupportTree::create_ground_pillar(), Slic3r::sla::deepsearch_ground_connection(), Slic3r::sla::get_mesh(), Slic3r::sla::Head::junction_point(), Slic3r::sla::optimize_anchor_placement(), and Slic3r::sla::search_ground_route().
| double Slic3r::sla::Junction::r = 1 |
Referenced by Slic3r::sla::BranchingTreeBuilder::add_mesh_bridge(), Slic3r::sla::calculate_anchor_placement(), Slic3r::sla::check_ground_route(), Slic3r::sla::connect_to_ground(), Slic3r::sla::DefaultSupportTree::create_ground_pillar(), Slic3r::sla::deepsearch_ground_connection(), Slic3r::sla::get_mesh(), Slic3r::sla::optimize_anchor_placement(), and Slic3r::sla::search_ground_route().