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
(Adesk::UInt16 const color)
-
void
setTrueColor
(AcCmEntityColor const &color)
-
void
setLayer
(AcDbObjectId const layerId)
-
void
setLineType
(AcDbObjectId const linetypeId)
-
void
setSelectionMarker
(Adesk::LongPtr const markerId)
-
void
setFillType
(AcGiFillType const)
-
void
setLineWeight
(AcDb::LineWeight const 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
-