MrDwgSubEntityTraits

Fields

double

m_dLTScale

Functions

MrDwgSubEntityTraits

~MrDwgSubEntityTraits

void

setColor

void

setTrueColor

void

setLayer

void

setLineType

void

setSelectionMarker

void

setFillType

void

setLineWeight

Adesk::UInt16

color

AcCmEntityColor

trueColor

AcDbObjectId

layerId

AcDbObjectId

lineTypeId

AcGiFillType

fillType

AcDb::LineWeight

lineWeight

void

setTransparency

void

setLineTypeScale

double

lineTypeScale

void

setThickness

double

thickness

Detailed Description

class MrDwgSubEntityTraits : public AcGiSubEntityTraits

Public Functions

MrDwgSubEntityTraits(MrDwgReader *reader)
~MrDwgSubEntityTraits()
void setColor(const Adesk::UInt16 color)
void setTrueColor(AcCmEntityColor const &color)
void setLayer(const AcDbObjectId layerId)
void setLineType(const AcDbObjectId linetypeId)
void setSelectionMarker(const Adesk::LongPtr markerId)
void setFillType(const AcGiFillType)
void setLineWeight(const AcDb::LineWeight lw)
Adesk::UInt16 color() const
AcCmEntityColor trueColor() const
AcDbObjectId layerId() const
AcDbObjectId lineTypeId() const
AcGiFillType fillType() const
AcDb::LineWeight lineWeight() const
void setTransparency(AcCmTransparency const &transparency)
void setLineTypeScale(double)
double lineTypeScale() const
void setThickness(double dThickness)
double thickness() const

Public Members

double m_dLTScale