#include <BridgeDetector.hpp>
◆ BridgeDetector()
◆ coverage() [1/2]
Polygons Slic3r::BridgeDetector::coverage |
( |
| ) |
const |
◆ coverage() [2/2]
Polygons Slic3r::BridgeDetector::coverage |
( |
double |
angle | ) |
const |
◆ detect_angle()
bool Slic3r::BridgeDetector::detect_angle |
( |
| ) |
|
◆ unsupported_edges()
Polylines Slic3r::BridgeDetector::unsupported_edges |
( |
double |
angle = -1 | ) |
const |
Return the bridge edges that are not currently supported but would permit use of the supplied bridge angle if it was supported.
This method returns the bridge edges (as polylines) that are not supported but would allow the entire bridge area to be bridged with detected angle if supported too
◆ angle
double Slic3r::BridgeDetector::angle |
◆ expolygon
◆ extrusion_width
coord_t Slic3r::BridgeDetector::extrusion_width |
Scaled extrusion width of the infill.
◆ lower_slices
Lower slices, all regions.
◆ resolution
double Slic3r::BridgeDetector::resolution |
Angle resolution for the brute force search of the best bridging angle.
The documentation for this class was generated from the following files: