libslic3r
Library for generating gcode from 3d models
Public Member Functions | Public Attributes | List of all members
Slic3r::SurfaceGroupAttrib Struct Reference

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...
 

Detailed Description

Struct for the main attributes of a Surface Used for comparing properties

Constructor & Destructor Documentation

◆ SurfaceGroupAttrib()

Slic3r::SurfaceGroupAttrib::SurfaceGroupAttrib ( )
inline

Member Function Documentation

◆ operator==()

bool Slic3r::SurfaceGroupAttrib::operator== ( const SurfaceGroupAttrib other) const
inline

True iff all all three attributes are the same.

Member Data Documentation

◆ fw

float Slic3r::SurfaceGroupAttrib::fw

flow Width

◆ is_solid

bool Slic3r::SurfaceGroupAttrib::is_solid

if a solid infill should be used

◆ pattern

int Slic3r::SurfaceGroupAttrib::pattern

pattern is of type InfillPattern, -1 for an unset pattern.


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