Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::sla::Pedestal Struct Reference

#include <src/libslic3r/SLA/SupportTreeBuilder.hpp>

+ Inheritance diagram for Slic3r::sla::Pedestal:
+ Collaboration diagram for Slic3r::sla::Pedestal:

Public Member Functions

 Pedestal (const Vec3d &p, double h, double rbottom, double rtop)
 

Public Attributes

Vec3d pos
 
double height
 
double r_bottom
 
double r_top
 
long id = ID_UNSET
 

Static Public Attributes

static const constexpr long ID_UNSET = -1
 

Detailed Description

Constructor & Destructor Documentation

◆ Pedestal()

Slic3r::sla::Pedestal::Pedestal ( const Vec3d p,
double  h,
double  rbottom,
double  rtop 
)
inline
171 : pos{p}, height{h}, r_bottom{rbottom}, r_top{rtop}
172 {}
double height
Definition SupportTreeBuilder.hpp:168
Vec3d pos
Definition SupportTreeBuilder.hpp:167
double r_top
Definition SupportTreeBuilder.hpp:168
double r_bottom
Definition SupportTreeBuilder.hpp:168

Member Data Documentation

◆ height

double Slic3r::sla::Pedestal::height

Referenced by Slic3r::sla::get_mesh().

◆ id

◆ ID_UNSET

◆ pos

Vec3d Slic3r::sla::Pedestal::pos

Referenced by Slic3r::sla::get_mesh().

◆ r_bottom

double Slic3r::sla::Pedestal::r_bottom

Referenced by Slic3r::sla::get_mesh().

◆ r_top

double Slic3r::sla::Pedestal::r_top

Referenced by Slic3r::sla::get_mesh().


The documentation for this struct was generated from the following file: