#include <src/libslic3r/Measure.hpp>
◆ Measuring()
600:
priv{std::make_unique<MeasuringImpl>(its)}
601{}
Definition CutSurface.cpp:39
◆ ~Measuring()
| Slic3r::Measure::Measuring::~Measuring |
( |
| ) |
|
◆ get_feature()
608{
609 return priv->get_feature(face_idx, point);
610}
◆ get_mesh()
630{
631 return priv->get_mesh();
632}
◆ get_num_of_planes()
| int Slic3r::Measure::Measuring::get_num_of_planes |
( |
| ) |
const |
614{
615 return priv->get_num_of_planes();
616}
◆ get_plane_features()
| const std::vector< SurfaceFeature > & Slic3r::Measure::Measuring::get_plane_features |
( |
unsigned int |
plane_id | ) |
const |
◆ get_plane_triangle_indices()
| const std::vector< int > & Slic3r::Measure::Measuring::get_plane_triangle_indices |
( |
int |
idx | ) |
const |
620{
621 return priv->get_plane_triangle_indices(idx);
622}
◆ priv
The documentation for this class was generated from the following files: