MrDwgSubEntityTraits
-
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
-
MrDwgSubEntityTraits(MrDwgReader *reader)