13 #include "MrDwgReader.h"
21 AcCmEntityColor m_entityColor;
22 AcCmTransparency m_transparency;
23 AcDbObjectId m_layerId;
24 AcGiFillType m_fillType;
25 AcDbObjectId m_linetypeId;
26 AcDb::LineWeight m_lineWeight;
39 void setColor(
const Adesk::UInt16 color);
40 void setTrueColor(
const AcCmEntityColor & color);
41 void setLayer(
const AcDbObjectId layerId);
42 void setLineType(
const AcDbObjectId linetypeId);
43 void setSelectionMarker(
const Adesk::LongPtr markerId);
44 void setFillType(
const AcGiFillType);
45 void setLineWeight(
const AcDb::LineWeight lw);
46 Adesk::UInt16 color()
const;
47 AcCmEntityColor trueColor()
const;
48 AcDbObjectId layerId()
const;
49 AcDbObjectId lineTypeId()
const;
50 AcGiFillType fillType()
const;
51 AcDb::LineWeight lineWeight()
const;
52 void setTransparency(
const AcCmTransparency & transparency);
54 void setLineTypeScale(
double);
55 double lineTypeScale()
const;
58 void setThickness(
double dThickness);
59 double thickness()
const;
Definition: MrDwgReader.h:35
Definition: MrDwgSubEntityTraits.h:17