Cumulia Illustrator Rendering Engine v1.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::PolygonAttributes Class Reference

#include <attributes.h>

Inheritance diagram for cil::PolygonAttributes:
cil::Attributes cil::PartAttributes

Public Types

enum class  Display {
  None , Outline , Wireframe , Grille ,
  Shaded , Shaded_Outline , Shaded_Wireframe , Shaded_Grille ,
  Transparent , Transparent_Outline , Transparent_Wireframe , Transparent_Grille ,
  Sphere , Sphere_Outline , Sphere_Wireframe , Strip ,
  Strip_Outline , Strip_Wireframe , Strip_Grille
}
 
- Public Types inherited from cil::Attributes
enum class  Appearence { None , Color , Result , Texture }
 

Public Member Functions

 PolygonAttributes ()
 
- Public Member Functions inherited from cil::Attributes
 Attributes ()
 
virtual ~Attributes ()
 
const std::string & type () const
 

Public Attributes

Display display
 
- Public Attributes inherited from cil::Attributes
bool visible
 
Appearence appearence
 
std::string scalar
 
std::string vector
 
std::string offset
 
std::shared_ptr< Color3fcolor
 

Additional Inherited Members

- Protected Attributes inherited from cil::Attributes
std::string m_type
 

Member Enumeration Documentation

◆ Display

Enumerator
None 
Outline 
Wireframe 
Grille 
Shaded 
Shaded_Outline 
Shaded_Wireframe 
Shaded_Grille 
Transparent 
Transparent_Outline 
Transparent_Wireframe 
Transparent_Grille 
Sphere 
Sphere_Outline 
Sphere_Wireframe 
Strip 
Strip_Outline 
Strip_Wireframe 
Strip_Grille 

Constructor & Destructor Documentation

◆ PolygonAttributes()

cil::PolygonAttributes::PolygonAttributes ( )

Member Data Documentation

◆ display

Display cil::PolygonAttributes::display