GcDbMlineStyle

class pygcad.pygrx.GcDbMlineStyle

Bases: GcDbObject

Methods Summary

addElement(self, offset, color, linetypeId)

C++: GcDbMlineStyle::addElement(int &, double, const class GcCmColor &, class GcDbObjectId, bool) --> enum Gcad::ErrorStatus

cast(inPtr)

C++: GcDbMlineStyle::cast(const class GcRxObject *) --> class GcDbMlineStyle *

className()

C++: GcDbMlineStyle::className() --> const wchar_t *

copyFrom(self, other)

C++: GcDbMlineStyle::copyFrom(const class GcRxObject *) --> enum Gcad::ErrorStatus

desc()

C++: GcDbMlineStyle::desc() --> class GcRxClass *

description(self)

C++: GcDbMlineStyle::description() const --> const wchar_t *

dwgInFields(self, filer)

C++: GcDbMlineStyle::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, filer)

C++: GcDbMlineStyle::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, filer)

C++: GcDbMlineStyle::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, filer)

C++: GcDbMlineStyle::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

endAngle(self)

C++: GcDbMlineStyle::endAngle() const --> double

endInnerArcs(self)

C++: GcDbMlineStyle::endInnerArcs() const --> bool

endRoundCap(self)

C++: GcDbMlineStyle::endRoundCap() const --> bool

endSquareCap(self)

C++: GcDbMlineStyle::endSquareCap() const --> bool

fillColor(self)

C++: GcDbMlineStyle::fillColor() const --> const class GcCmColor &

filled(self)

C++: GcDbMlineStyle::filled() const --> bool

getElementAt(self, elem)

C++: GcDbMlineStyle::getElementAt(int, double &, class GcCmColor &, class GcDbObjectId &) const --> enum Gcad::ErrorStatus

initMlineStyle(self)

C++: GcDbMlineStyle::initMlineStyle() --> void

isA(self)

C++: GcDbMlineStyle::isA() const --> class GcRxClass *

name(self)

C++: GcDbMlineStyle::name() const --> const wchar_t *

numElements(self)

C++: GcDbMlineStyle::numElements() const --> int

removeElementAt(self, elem)

C++: GcDbMlineStyle::removeElementAt(int) --> enum Gcad::ErrorStatus

rxInit()

C++: GcDbMlineStyle::rxInit() --> void

set(*args, **kwargs)

Overloaded function.

setDescription(self, description)

C++: GcDbMlineStyle::setDescription(const wchar_t *) --> enum Gcad::ErrorStatus

setElement(self, elem, offset, color, linetypeId)

C++: GcDbMlineStyle::setElement(int &, double, const class GcCmColor &, class GcDbObjectId) --> enum Gcad::ErrorStatus

setEndAngle(self, ang)

C++: GcDbMlineStyle::setEndAngle(double) --> enum Gcad::ErrorStatus

setEndInnerArcs(self, showThem)

C++: GcDbMlineStyle::setEndInnerArcs(bool) --> void

setEndRoundCap(self, showIt)

C++: GcDbMlineStyle::setEndRoundCap(bool) --> void

setEndSquareCap(self, showIt)

C++: GcDbMlineStyle::setEndSquareCap(bool) --> void

setFillColor(self, color)

C++: GcDbMlineStyle::setFillColor(const class GcCmColor &) --> enum Gcad::ErrorStatus

setFilled(self, onOff)

C++: GcDbMlineStyle::setFilled(bool) --> void

setName(self, name)

C++: GcDbMlineStyle::setName(const wchar_t *) --> enum Gcad::ErrorStatus

setShowMiters(self, showThem)

C++: GcDbMlineStyle::setShowMiters(bool) --> void

setStartAngle(self, ang)

C++: GcDbMlineStyle::setStartAngle(double) --> enum Gcad::ErrorStatus

setStartInnerArcs(self, showThem)

C++: GcDbMlineStyle::setStartInnerArcs(bool) --> void

setStartRoundCap(self, showIt)

C++: GcDbMlineStyle::setStartRoundCap(bool) --> void

setStartSquareCap(self, showIt)

C++: GcDbMlineStyle::setStartSquareCap(bool) --> void

showMiters(self)

C++: GcDbMlineStyle::showMiters() const --> bool

startAngle(self)

C++: GcDbMlineStyle::startAngle() const --> double

startInnerArcs(self)

C++: GcDbMlineStyle::startInnerArcs() const --> bool

startRoundCap(self)

C++: GcDbMlineStyle::startRoundCap() const --> bool

startSquareCap(self)

C++: GcDbMlineStyle::startSquareCap() const --> bool

subErase(*args, **kwargs)

Overloaded function.

Methods Documentation

addElement(self: pygcad.pygrx.GcDbMlineStyle, offset: float, color: pygcad.pygrx.GcCmColor, linetypeId: pygcad.pygrx.GcDbObjectId, checkIfReferenced: bool = True) Tuple[pygcad.pygrx.Gcad.ErrorStatus, int]

C++: GcDbMlineStyle::addElement(int &, double, const class GcCmColor &, class GcDbObjectId, bool) –> enum Gcad::ErrorStatus

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbMlineStyle

C++: GcDbMlineStyle::cast(const class GcRxObject *) –> class GcDbMlineStyle *

static className() str

C++: GcDbMlineStyle::className() –> const wchar_t *

copyFrom(self: pygcad.pygrx.GcDbMlineStyle, other: pygcad.pygrx.GcRxObject) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::copyFrom(const class GcRxObject *) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

C++: GcDbMlineStyle::desc() –> class GcRxClass *

description(self: pygcad.pygrx.GcDbMlineStyle) str

C++: GcDbMlineStyle::description() const –> const wchar_t *

dwgInFields(self: pygcad.pygrx.GcDbMlineStyle, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbMlineStyle, filer: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbMlineStyle, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbMlineStyle, filer: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

endAngle(self: pygcad.pygrx.GcDbMlineStyle) float

C++: GcDbMlineStyle::endAngle() const –> double

endInnerArcs(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::endInnerArcs() const –> bool

endRoundCap(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::endRoundCap() const –> bool

endSquareCap(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::endSquareCap() const –> bool

fillColor(self: pygcad.pygrx.GcDbMlineStyle) pygcad.pygrx.GcCmColor

C++: GcDbMlineStyle::fillColor() const –> const class GcCmColor &

filled(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::filled() const –> bool

getElementAt(self: pygcad.pygrx.GcDbMlineStyle, elem: int) Tuple[pygcad.pygrx.Gcad.ErrorStatus, float, pygcad.pygrx.GcCmColor, pygcad.pygrx.GcDbObjectId]

C++: GcDbMlineStyle::getElementAt(int, double &, class GcCmColor &, class GcDbObjectId &) const –> enum Gcad::ErrorStatus

initMlineStyle(self: pygcad.pygrx.GcDbMlineStyle) None

C++: GcDbMlineStyle::initMlineStyle() –> void

isA(self: pygcad.pygrx.GcDbMlineStyle) pygcad.pygrx.GcRxClass

C++: GcDbMlineStyle::isA() const –> class GcRxClass *

name(self: pygcad.pygrx.GcDbMlineStyle) str

C++: GcDbMlineStyle::name() const –> const wchar_t *

numElements(self: pygcad.pygrx.GcDbMlineStyle) int

C++: GcDbMlineStyle::numElements() const –> int

removeElementAt(self: pygcad.pygrx.GcDbMlineStyle, elem: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::removeElementAt(int) –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbMlineStyle::rxInit() –> void

set(*args, **kwargs)

Overloaded function.

  1. set(self: pygcad.pygrx.GcDbMlineStyle, src: pygcad.pygrx.GcDbMlineStyle) -> None

  2. set(self: pygcad.pygrx.GcDbMlineStyle, src: pygcad.pygrx.GcDbMlineStyle, checkIfReferenced: bool) -> None

C++: GcDbMlineStyle::set(const class GcDbMlineStyle &, bool) –> void

setDescription(self: pygcad.pygrx.GcDbMlineStyle, description: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setDescription(const wchar_t *) –> enum Gcad::ErrorStatus

setElement(self: pygcad.pygrx.GcDbMlineStyle, elem: int, offset: float, color: pygcad.pygrx.GcCmColor, linetypeId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setElement(int &, double, const class GcCmColor &, class GcDbObjectId) –> enum Gcad::ErrorStatus

setEndAngle(self: pygcad.pygrx.GcDbMlineStyle, ang: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setEndAngle(double) –> enum Gcad::ErrorStatus

setEndInnerArcs(self: pygcad.pygrx.GcDbMlineStyle, showThem: bool) None

C++: GcDbMlineStyle::setEndInnerArcs(bool) –> void

setEndRoundCap(self: pygcad.pygrx.GcDbMlineStyle, showIt: bool) None

C++: GcDbMlineStyle::setEndRoundCap(bool) –> void

setEndSquareCap(self: pygcad.pygrx.GcDbMlineStyle, showIt: bool) None

C++: GcDbMlineStyle::setEndSquareCap(bool) –> void

setFillColor(self: pygcad.pygrx.GcDbMlineStyle, color: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setFillColor(const class GcCmColor &) –> enum Gcad::ErrorStatus

setFilled(self: pygcad.pygrx.GcDbMlineStyle, onOff: bool) None

C++: GcDbMlineStyle::setFilled(bool) –> void

setName(self: pygcad.pygrx.GcDbMlineStyle, name: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setName(const wchar_t *) –> enum Gcad::ErrorStatus

setShowMiters(self: pygcad.pygrx.GcDbMlineStyle, showThem: bool) None

C++: GcDbMlineStyle::setShowMiters(bool) –> void

setStartAngle(self: pygcad.pygrx.GcDbMlineStyle, ang: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::setStartAngle(double) –> enum Gcad::ErrorStatus

setStartInnerArcs(self: pygcad.pygrx.GcDbMlineStyle, showThem: bool) None

C++: GcDbMlineStyle::setStartInnerArcs(bool) –> void

setStartRoundCap(self: pygcad.pygrx.GcDbMlineStyle, showIt: bool) None

C++: GcDbMlineStyle::setStartRoundCap(bool) –> void

setStartSquareCap(self: pygcad.pygrx.GcDbMlineStyle, showIt: bool) None

C++: GcDbMlineStyle::setStartSquareCap(bool) –> void

showMiters(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::showMiters() const –> bool

startAngle(self: pygcad.pygrx.GcDbMlineStyle) float

C++: GcDbMlineStyle::startAngle() const –> double

startInnerArcs(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::startInnerArcs() const –> bool

startRoundCap(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::startRoundCap() const –> bool

startSquareCap(self: pygcad.pygrx.GcDbMlineStyle) bool

C++: GcDbMlineStyle::startSquareCap() const –> bool

subErase(*args, **kwargs)

Overloaded function.

  1. subErase(self: pygcad.pygrx.GcDbMlineStyle) -> pygcad.pygrx.Gcad.ErrorStatus

  2. subErase(self: pygcad.pygrx.GcDbMlineStyle, pErasing: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMlineStyle::subErase(bool) –> enum Gcad::ErrorStatus