pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | List of all members
X3g::Plugin::EntityColor Struct Reference

Color of an entity. More...

Public Member Functions

 EntityColor (Color pColor)
 Create EntityColor from Color. More...
 

Public Attributes

EntityColorMethod Method
 The color method. More...
 
Color Color
 The color, if the color method is 'ByColor'. More...
 

Detailed Description

Color of an entity.

Constructor & Destructor Documentation

X3g::Plugin::EntityColor::EntityColor ( Color  pColor)

Create EntityColor from Color.

Method is initialized with EntityColorMethod::ByColor.

Member Data Documentation

Color X3g::Plugin::EntityColor::Color

The color, if the color method is 'ByColor'.

EntityColorMethod X3g::Plugin::EntityColor::Method

The color method.

Determines how the color of an entity should be computed. Possible values are 'ByColor', 'ByBlock' or 'ByLayer'.