![]() |
libslic3r
Library for generating gcode from 3d models
|
Public Member Functions | |
| SurfaceGroupAttrib () | |
| bool | operator== (const SurfaceGroupAttrib &other) const |
| True iff all all three attributes are the same. More... | |
Public Attributes | |
| bool | is_solid |
| if a solid infill should be used More... | |
| float | fw |
| flow Width More... | |
| int | pattern |
| pattern is of type InfillPattern, -1 for an unset pattern. More... | |
Struct for the main attributes of a Surface Used for comparing properties
|
inline |
|
inline |
True iff all all three attributes are the same.
| float Slic3r::SurfaceGroupAttrib::fw |
flow Width
| bool Slic3r::SurfaceGroupAttrib::is_solid |
if a solid infill should be used
| int Slic3r::SurfaceGroupAttrib::pattern |
pattern is of type InfillPattern, -1 for an unset pattern.
1.8.14