|
CFx SDK Documentation 2026 SP0
|
#include <DbFlattenViewsHelper.h>
Public Member Functions | |
| OdDbHLRCurveProperties () | |
| void | applyToEntity (OdDbEntity *pEnt, const OdDbDatabase *pDb) const |
Public Attributes | |
| OdDbObjectId | idLayer |
| OdCmColor | color |
| OdDb::LineWeight | lineWeight |
| OdDbObjectId | idLineType |
| double | dLineTypeScale |
| OdCmTransparency | transparency |
This struct contains entyty symbology (layer, color, line type, line weight, line type scale and transparency).
<group OdDb_Classes>
Definition at line 35 of file DbFlattenViewsHelper.h.
| OdDbHLRCurveProperties::OdDbHLRCurveProperties | ( | ) |
| void OdDbHLRCurveProperties::applyToEntity | ( | OdDbEntity * | pEnt, |
| const OdDbDatabase * | pDb ) const |
| OdCmColor OdDbHLRCurveProperties::color |
Definition at line 40 of file DbFlattenViewsHelper.h.
| double OdDbHLRCurveProperties::dLineTypeScale |
Definition at line 43 of file DbFlattenViewsHelper.h.
| OdDbObjectId OdDbHLRCurveProperties::idLayer |
Definition at line 39 of file DbFlattenViewsHelper.h.
| OdDbObjectId OdDbHLRCurveProperties::idLineType |
Definition at line 42 of file DbFlattenViewsHelper.h.
| OdDb::LineWeight OdDbHLRCurveProperties::lineWeight |
Definition at line 41 of file DbFlattenViewsHelper.h.
| OdCmTransparency OdDbHLRCurveProperties::transparency |
Definition at line 44 of file DbFlattenViewsHelper.h.