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

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

+ Collaboration diagram for Slic3r::sla::SupportableMesh:

Public Member Functions

 SupportableMesh (const indexed_triangle_set &trmsh, const SupportPoints &sp, const SupportTreeConfig &c)
 

Public Attributes

AABBMesh emesh
 
SupportPoints pts
 
SupportTreeConfig cfg
 
PadConfig pad_cfg
 
double zoffset = 0.
 

Detailed Description

Constructor & Destructor Documentation

◆ SupportableMesh()

Slic3r::sla::SupportableMesh::SupportableMesh ( const indexed_triangle_set trmsh,
const SupportPoints sp,
const SupportTreeConfig c 
)
inlineexplicit
124 : emesh{trmsh}, pts{sp}, cfg{c}
125 {}
AABBMesh emesh
Definition SupportTree.hpp:115
SupportTreeConfig cfg
Definition SupportTree.hpp:117
SupportPoints pts
Definition SupportTree.hpp:116

Member Data Documentation

◆ cfg

◆ emesh

◆ pad_cfg

◆ pts

◆ zoffset

double Slic3r::sla::SupportableMesh::zoffset = 0.

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