#include <src/libslic3r/SLA/SupportTreeBuilder.hpp>
◆ Pillar() [1/2]
| Slic3r::sla::Pillar::Pillar |
( |
const Vec3d & |
endp, |
|
|
double |
h, |
|
|
double |
start_radius, |
|
|
double |
end_radius |
|
) |
| |
|
inline |
151 {}
double height
Definition SupportTreeBuilder.hpp:132
double r_start
Definition SupportTreeBuilder.hpp:132
bool starts_from_head
Definition SupportTreeBuilder.hpp:136
Vec3d endpt
Definition SupportTreeBuilder.hpp:133
double r_end
Definition SupportTreeBuilder.hpp:132
◆ Pillar() [2/2]
| Slic3r::sla::Pillar::Pillar |
( |
const Vec3d & |
endp, |
|
|
double |
h, |
|
|
double |
start_radius |
|
) |
| |
|
inline |
154 :
Pillar(endp, h, start_radius, start_radius)
155 {}
Pillar(const Vec3d &endp, double h, double start_radius, double end_radius)
Definition SupportTreeBuilder.hpp:145
◆ endpoint()
| const Vec3d & Slic3r::sla::Pillar::endpoint |
( |
| ) |
const |
|
inline |
◆ startpoint()
| Vec3d Slic3r::sla::Pillar::startpoint |
( |
| ) |
const |
|
inline |
◆ bridges
| unsigned Slic3r::sla::Pillar::bridges = 0 |
◆ endpt
| Vec3d Slic3r::sla::Pillar::endpt |
◆ height
| double Slic3r::sla::Pillar::height |
◆ id
◆ ID_UNSET
| const constexpr long Slic3r::sla::SupportTreeNode::ID_UNSET = -1 |
|
staticconstexprinherited |
◆ links
| unsigned Slic3r::sla::Pillar::links = 0 |
◆ r_end
| double Slic3r::sla::Pillar::r_end |
◆ r_start
| double Slic3r::sla::Pillar::r_start |
◆ start_junction_id
◆ starts_from_head
| bool Slic3r::sla::Pillar::starts_from_head = true |
The documentation for this struct was generated from the following file: