GcDbMLeaderStyle

class pygcad.pygrx.GcDbMLeaderStyle

Bases: GcDbObject

Attributes Summary

k15

k30

k45

k60

k90

kAlwaysRightReadingAngle

kAny

kAttachmentAllLine

kAttachmentBottomLine

kAttachmentBottomOfBottom

kAttachmentBottomOfTop

kAttachmentBottomOfTopLine

kAttachmentCenter

kAttachmentHorizontal

kAttachmentLinedCenter

kAttachmentMiddle

kAttachmentMiddleOfBottom

kAttachmentMiddleOfTop

kAttachmentTopOfTop

kAttachmentVertical

kBlockContent

kBottomLeader

kCenterAlignment

kConnectBase

kConnectExtents

kDrawContentFirst

kDrawLeaderFirst

kDrawLeaderHeadFirst

kDrawLeaderTailFirst

kHorizontalAngle

kHorz

kInVisibleLeader

kInsertAngle

kLeftAlignment

kLeftLeader

kMTextContent

kNoneContent

kRightAlignment

kRightLeader

kSplineLeader

kStraightLeader

kToleranceContent

kTopLeader

kUnknownLeader

Methods Summary

alignSpace(self)

C++: GcDbMLeaderStyle::alignSpace() const --> double

annotative(self)

C++: GcDbMLeaderStyle::annotative() const --> bool

arrowSize(self)

C++: GcDbMLeaderStyle::arrowSize() const --> double

arrowSymbolId(self)

C++: GcDbMLeaderStyle::arrowSymbolId() const --> class GcDbObjectId

bitFlags(self)

C++: GcDbMLeaderStyle::bitFlags() const --> unsigned int

blockColor(self)

C++: GcDbMLeaderStyle::blockColor() const --> class GcCmColor

blockConnectionType(self)

C++: GcDbMLeaderStyle::blockConnectionType() const --> enum GcDbMLeaderStyle::BlockConnectionType

blockId(self)

C++: GcDbMLeaderStyle::blockId() const --> class GcDbObjectId

blockRotation(self)

C++: GcDbMLeaderStyle::blockRotation() const --> double

blockScale(self)

C++: GcDbMLeaderStyle::blockScale() const --> class GcGeScale3d

breakSize(self)

C++: GcDbMLeaderStyle::breakSize() const --> double

cast(inPtr)

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

className()

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

contentType(self)

C++: GcDbMLeaderStyle::contentType() const --> enum GcDbMLeaderStyle::ContentType

defaultMText(self)

C++: GcDbMLeaderStyle::defaultMText() const --> class GcDbMText *

desc()

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

description(self)

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

doglegLength(self)

C++: GcDbMLeaderStyle::doglegLength() const --> double

drawLeaderOrderType(self)

C++: GcDbMLeaderStyle::drawLeaderOrderType() const --> enum GcDbMLeaderStyle::DrawLeaderOrderType

drawMLeaderOrderType(self)

C++: GcDbMLeaderStyle::drawMLeaderOrderType() const --> enum GcDbMLeaderStyle::DrawMLeaderOrderType

enableBlockRotation(self)

C++: GcDbMLeaderStyle::enableBlockRotation() const --> bool

enableBlockScale(self)

C++: GcDbMLeaderStyle::enableBlockScale() const --> bool

enableDogleg(self)

C++: GcDbMLeaderStyle::enableDogleg() const --> bool

enableFrameText(self)

C++: GcDbMLeaderStyle::enableFrameText() const --> bool

enableLanding(self)

C++: GcDbMLeaderStyle::enableLanding() const --> bool

extendLeaderToText(self)

C++: GcDbMLeaderStyle::extendLeaderToText() const --> bool

firstSegmentAngleConstraint(self)

C++: GcDbMLeaderStyle::firstSegmentAngleConstraint() const --> enum GcDbMLeaderStyle::SegmentAngleType

getName(self)

C++: GcDbMLeaderStyle::getName(wchar_t *&) const --> enum Gcad::ErrorStatus

isA(self)

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

isRenamable(self)

C++: GcDbMLeaderStyle::isRenamable() const --> bool

landingGap(self)

C++: GcDbMLeaderStyle::landingGap() const --> double

leaderLineColor(self)

C++: GcDbMLeaderStyle::leaderLineColor() const --> class GcCmColor

leaderLineType(self)

C++: GcDbMLeaderStyle::leaderLineType() const --> enum GcDbMLeaderStyle::LeaderType

leaderLineTypeId(self)

C++: GcDbMLeaderStyle::leaderLineTypeId() const --> class GcDbObjectId

leaderLineWeight(self)

C++: GcDbMLeaderStyle::leaderLineWeight() const --> enum GcDb::LineWeight

maxLeaderSegmentsPoints(self)

C++: GcDbMLeaderStyle::maxLeaderSegmentsPoints() const --> int

overwritePropChanged(self)

C++: GcDbMLeaderStyle::overwritePropChanged() const --> bool

postMLeaderStyleToDb(self, pDb, styleName, ...)

C++: GcDbMLeaderStyle::postMLeaderStyleToDb(class GcDbDatabase *, const wchar_t *, class GcDbObjectId &) --> enum Gcad::ErrorStatus

rxInit()

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

scale(self)

C++: GcDbMLeaderStyle::scale() const --> double

secondSegmentAngleConstraint(self)

C++: GcDbMLeaderStyle::secondSegmentAngleConstraint() const --> enum GcDbMLeaderStyle::SegmentAngleType

setAlignSpace(self, alignSpace)

C++: GcDbMLeaderStyle::setAlignSpace(double) --> enum Gcad::ErrorStatus

setAnnotative(self, isAnnotative)

C++: GcDbMLeaderStyle::setAnnotative(bool) --> enum Gcad::ErrorStatus

setArrowSize(self, arrowSize)

C++: GcDbMLeaderStyle::setArrowSize(double) --> enum Gcad::ErrorStatus

setArrowSymbolId(*args, **kwargs)

Overloaded function.

setBitFlags(self, flags)

C++: GcDbMLeaderStyle::setBitFlags(unsigned int) --> enum Gcad::ErrorStatus

setBlockColor(self, blockColor)

C++: GcDbMLeaderStyle::setBlockColor(const class GcCmColor &) --> enum Gcad::ErrorStatus

setBlockConnectionType(self, blockConnectionType)

C++: GcDbMLeaderStyle::setBlockConnectionType(enum GcDbMLeaderStyle::BlockConnectionType) --> enum Gcad::ErrorStatus

setBlockId(*args, **kwargs)

Overloaded function.

setBlockRotation(self, rotation)

C++: GcDbMLeaderStyle::setBlockRotation(double) --> enum Gcad::ErrorStatus

setBlockScale(self, scale)

C++: GcDbMLeaderStyle::setBlockScale(const class GcGeScale3d &) --> enum Gcad::ErrorStatus

setBreakSize(self, size)

C++: GcDbMLeaderStyle::setBreakSize(double) --> enum Gcad::ErrorStatus

setContentType(self, contentType)

C++: GcDbMLeaderStyle::setContentType(enum GcDbMLeaderStyle::ContentType) --> enum Gcad::ErrorStatus

setDefaultMText(self, defaultMText)

C++: GcDbMLeaderStyle::setDefaultMText(const class GcDbMText *) --> enum Gcad::ErrorStatus

setDescription(self, pszDescription)

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

setDoglegLength(self, doglegLength)

C++: GcDbMLeaderStyle::setDoglegLength(double) --> enum Gcad::ErrorStatus

setDrawLeaderOrderType(self, drawLeaderOrderType)

C++: GcDbMLeaderStyle::setDrawLeaderOrderType(enum GcDbMLeaderStyle::DrawLeaderOrderType) --> enum Gcad::ErrorStatus

setDrawMLeaderOrderType(self, ...)

C++: GcDbMLeaderStyle::setDrawMLeaderOrderType(enum GcDbMLeaderStyle::DrawMLeaderOrderType) --> enum Gcad::ErrorStatus

setEnableBlockRotation(self, enableBlockRotation)

C++: GcDbMLeaderStyle::setEnableBlockRotation(bool) --> enum Gcad::ErrorStatus

setEnableBlockScale(self, enableBlockScale)

C++: GcDbMLeaderStyle::setEnableBlockScale(bool) --> enum Gcad::ErrorStatus

setEnableDogleg(self, enableDogleg)

C++: GcDbMLeaderStyle::setEnableDogleg(bool) --> enum Gcad::ErrorStatus

setEnableFrameText(self, enableFrameText)

C++: GcDbMLeaderStyle::setEnableFrameText(bool) --> enum Gcad::ErrorStatus

setEnableLanding(self, enableLanding)

C++: GcDbMLeaderStyle::setEnableLanding(bool) --> enum Gcad::ErrorStatus

setExtendLeaderToText(self, value)

C++: GcDbMLeaderStyle::setExtendLeaderToText(bool) --> enum Gcad::ErrorStatus

setFirstSegmentAngleConstraint(self, angle)

C++: GcDbMLeaderStyle::setFirstSegmentAngleConstraint(enum GcDbMLeaderStyle::SegmentAngleType) --> enum Gcad::ErrorStatus

setLandingGap(self, landingGap)

C++: GcDbMLeaderStyle::setLandingGap(double) --> enum Gcad::ErrorStatus

setLeaderLineColor(self, leaderLineColor)

C++: GcDbMLeaderStyle::setLeaderLineColor(const class GcCmColor &) --> enum Gcad::ErrorStatus

setLeaderLineType(self, leaderLineType)

C++: GcDbMLeaderStyle::setLeaderLineType(enum GcDbMLeaderStyle::LeaderType) --> enum Gcad::ErrorStatus

setLeaderLineTypeId(self, leaderLineTypeId)

C++: GcDbMLeaderStyle::setLeaderLineTypeId(class GcDbObjectId) --> enum Gcad::ErrorStatus

setLeaderLineWeight(self, leaderLineWeight)

C++: GcDbMLeaderStyle::setLeaderLineWeight(enum GcDb::LineWeight) --> enum Gcad::ErrorStatus

setMaxLeaderSegmentsPoints(self, ...)

C++: GcDbMLeaderStyle::setMaxLeaderSegmentsPoints(int) --> enum Gcad::ErrorStatus

setName(self, pszName)

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

setScale(self, scale)

C++: GcDbMLeaderStyle::setScale(double) --> enum Gcad::ErrorStatus

setSecondSegmentAngleConstraint(self, angle)

C++: GcDbMLeaderStyle::setSecondSegmentAngleConstraint(enum GcDbMLeaderStyle::SegmentAngleType) --> enum Gcad::ErrorStatus

setTextAlignAlwaysLeft(self, bAlwaysLeft)

C++: GcDbMLeaderStyle::setTextAlignAlwaysLeft(bool) --> enum Gcad::ErrorStatus

setTextAlignmentType(self, textAlignmentType)

C++: GcDbMLeaderStyle::setTextAlignmentType(enum GcDbMLeaderStyle::TextAlignmentType) --> enum Gcad::ErrorStatus

setTextAngleType(self, textAngleType)

C++: GcDbMLeaderStyle::setTextAngleType(enum GcDbMLeaderStyle::TextAngleType) --> enum Gcad::ErrorStatus

setTextAttachmentDirection(self, ...)

C++: GcDbMLeaderStyle::setTextAttachmentDirection(enum GcDbMLeaderStyle::TextAttachmentDirection) --> enum Gcad::ErrorStatus

setTextAttachmentType(*args, **kwargs)

Overloaded function.

setTextColor(self, textColor)

C++: GcDbMLeaderStyle::setTextColor(const class GcCmColor &) --> enum Gcad::ErrorStatus

setTextHeight(self, textHeight)

C++: GcDbMLeaderStyle::setTextHeight(double) --> enum Gcad::ErrorStatus

setTextStyleId(self, textStyleId)

C++: GcDbMLeaderStyle::setTextStyleId(class GcDbObjectId) --> enum Gcad::ErrorStatus

textAlignAlwaysLeft(self)

C++: GcDbMLeaderStyle::textAlignAlwaysLeft() const --> bool

textAlignmentType(self)

C++: GcDbMLeaderStyle::textAlignmentType() const --> enum GcDbMLeaderStyle::TextAlignmentType

textAngleType(self)

C++: GcDbMLeaderStyle::textAngleType() const --> enum GcDbMLeaderStyle::TextAngleType

textAttachmentDirection(self)

C++: GcDbMLeaderStyle::textAttachmentDirection() const --> enum GcDbMLeaderStyle::TextAttachmentDirection

textAttachmentType(*args, **kwargs)

Overloaded function.

textColor(self)

C++: GcDbMLeaderStyle::textColor() const --> class GcCmColor

textHeight(self)

C++: GcDbMLeaderStyle::textHeight() const --> double

textStyleId(self)

C++: GcDbMLeaderStyle::textStyleId() const --> class GcDbObjectId

Attributes Documentation

k15 = <SegmentAngleType.k15: 1>
k30 = <SegmentAngleType.k30: 2>
k45 = <SegmentAngleType.k45: 3>
k60 = <SegmentAngleType.k60: 4>
k90 = <SegmentAngleType.k90: 6>
kAlwaysRightReadingAngle = <TextAngleType.kAlwaysRightReadingAngle: 2>
kAny = <SegmentAngleType.kAny: 0>
kAttachmentAllLine = <TextAttachmentType.kAttachmentAllLine: 8>
kAttachmentBottomLine = <TextAttachmentType.kAttachmentBottomLine: 5>
kAttachmentBottomOfBottom = <TextAttachmentType.kAttachmentBottomOfBottom: 4>
kAttachmentBottomOfTop = <TextAttachmentType.kAttachmentBottomOfTop: 7>
kAttachmentBottomOfTopLine = <TextAttachmentType.kAttachmentBottomOfTopLine: 6>
kAttachmentCenter = <TextAttachmentType.kAttachmentCenter: 9>
kAttachmentHorizontal = <TextAttachmentDirection.kAttachmentHorizontal: 0>
kAttachmentLinedCenter = <TextAttachmentType.kAttachmentLinedCenter: 10>
kAttachmentMiddle = <TextAttachmentType.kAttachmentMiddle: 2>
kAttachmentMiddleOfBottom = <TextAttachmentType.kAttachmentMiddleOfBottom: 3>
kAttachmentMiddleOfTop = <TextAttachmentType.kAttachmentMiddleOfTop: 1>
kAttachmentTopOfTop = <TextAttachmentType.kAttachmentTopOfTop: 0>
kAttachmentVertical = <TextAttachmentDirection.kAttachmentVertical: 1>
kBlockContent = <ContentType.kBlockContent: 1>
kBottomLeader = <LeaderDirectionType.kBottomLeader: 4>
kCenterAlignment = <TextAlignmentType.kCenterAlignment: 1>
kConnectBase = <BlockConnectionType.kConnectBase: 1>
kConnectExtents = <BlockConnectionType.kConnectExtents: 0>
kDrawContentFirst = <DrawMLeaderOrderType.kDrawContentFirst: 0>
kDrawLeaderFirst = <DrawMLeaderOrderType.kDrawLeaderFirst: 1>
kDrawLeaderHeadFirst = <DrawLeaderOrderType.kDrawLeaderHeadFirst: 0>
kDrawLeaderTailFirst = <DrawLeaderOrderType.kDrawLeaderTailFirst: 1>
kHorizontalAngle = <TextAngleType.kHorizontalAngle: 1>
kHorz = <SegmentAngleType.kHorz: 12>
kInVisibleLeader = <LeaderType.kInVisibleLeader: 0>
kInsertAngle = <TextAngleType.kInsertAngle: 0>
kLeftAlignment = <TextAlignmentType.kLeftAlignment: 0>
kLeftLeader = <LeaderDirectionType.kLeftLeader: 1>
kMTextContent = <ContentType.kMTextContent: 2>
kNoneContent = <ContentType.kNoneContent: 0>
kRightAlignment = <TextAlignmentType.kRightAlignment: 2>
kRightLeader = <LeaderDirectionType.kRightLeader: 2>
kSplineLeader = <LeaderType.kSplineLeader: 2>
kStraightLeader = <LeaderType.kStraightLeader: 1>
kToleranceContent = <ContentType.kToleranceContent: 3>
kTopLeader = <LeaderDirectionType.kTopLeader: 3>
kUnknownLeader = <LeaderDirectionType.kUnknownLeader: 0>

Methods Documentation

alignSpace(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::alignSpace() const –> double

annotative(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::annotative() const –> bool

arrowSize(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::arrowSize() const –> double

arrowSymbolId(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbObjectId

C++: GcDbMLeaderStyle::arrowSymbolId() const –> class GcDbObjectId

bitFlags(self: pygcad.pygrx.GcDbMLeaderStyle) int

C++: GcDbMLeaderStyle::bitFlags() const –> unsigned int

blockColor(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcCmColor

C++: GcDbMLeaderStyle::blockColor() const –> class GcCmColor

blockConnectionType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.BlockConnectionType

C++: GcDbMLeaderStyle::blockConnectionType() const –> enum GcDbMLeaderStyle::BlockConnectionType

blockId(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbObjectId

C++: GcDbMLeaderStyle::blockId() const –> class GcDbObjectId

blockRotation(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::blockRotation() const –> double

blockScale(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcGeScale3d

C++: GcDbMLeaderStyle::blockScale() const –> class GcGeScale3d

breakSize(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::breakSize() const –> double

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

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

static className() str

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

contentType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.ContentType

C++: GcDbMLeaderStyle::contentType() const –> enum GcDbMLeaderStyle::ContentType

defaultMText(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMText

C++: GcDbMLeaderStyle::defaultMText() const –> class GcDbMText *

static desc() pygcad.pygrx.GcRxClass

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

description(self: pygcad.pygrx.GcDbMLeaderStyle) str

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

doglegLength(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::doglegLength() const –> double

drawLeaderOrderType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.DrawLeaderOrderType

C++: GcDbMLeaderStyle::drawLeaderOrderType() const –> enum GcDbMLeaderStyle::DrawLeaderOrderType

drawMLeaderOrderType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.DrawMLeaderOrderType

C++: GcDbMLeaderStyle::drawMLeaderOrderType() const –> enum GcDbMLeaderStyle::DrawMLeaderOrderType

enableBlockRotation(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::enableBlockRotation() const –> bool

enableBlockScale(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::enableBlockScale() const –> bool

enableDogleg(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::enableDogleg() const –> bool

enableFrameText(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::enableFrameText() const –> bool

enableLanding(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::enableLanding() const –> bool

extendLeaderToText(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::extendLeaderToText() const –> bool

firstSegmentAngleConstraint(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.SegmentAngleType

C++: GcDbMLeaderStyle::firstSegmentAngleConstraint() const –> enum GcDbMLeaderStyle::SegmentAngleType

getName(self: pygcad.pygrx.GcDbMLeaderStyle) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbMLeaderStyle::getName(wchar_t *&) const –> enum Gcad::ErrorStatus

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

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

isRenamable(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::isRenamable() const –> bool

landingGap(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::landingGap() const –> double

leaderLineColor(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcCmColor

C++: GcDbMLeaderStyle::leaderLineColor() const –> class GcCmColor

leaderLineType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.LeaderType

C++: GcDbMLeaderStyle::leaderLineType() const –> enum GcDbMLeaderStyle::LeaderType

leaderLineTypeId(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbObjectId

C++: GcDbMLeaderStyle::leaderLineTypeId() const –> class GcDbObjectId

leaderLineWeight(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDb.LineWeight

C++: GcDbMLeaderStyle::leaderLineWeight() const –> enum GcDb::LineWeight

maxLeaderSegmentsPoints(self: pygcad.pygrx.GcDbMLeaderStyle) int

C++: GcDbMLeaderStyle::maxLeaderSegmentsPoints() const –> int

overwritePropChanged(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::overwritePropChanged() const –> bool

postMLeaderStyleToDb(self: pygcad.pygrx.GcDbMLeaderStyle, pDb: pygcad.pygrx.GcDbDatabase, styleName: str, mleaderStyleId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::postMLeaderStyleToDb(class GcDbDatabase *, const wchar_t *, class GcDbObjectId &) –> enum Gcad::ErrorStatus

static rxInit() None

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

scale(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::scale() const –> double

secondSegmentAngleConstraint(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.SegmentAngleType

C++: GcDbMLeaderStyle::secondSegmentAngleConstraint() const –> enum GcDbMLeaderStyle::SegmentAngleType

setAlignSpace(self: pygcad.pygrx.GcDbMLeaderStyle, alignSpace: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setAlignSpace(double) –> enum Gcad::ErrorStatus

setAnnotative(self: pygcad.pygrx.GcDbMLeaderStyle, isAnnotative: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setAnnotative(bool) –> enum Gcad::ErrorStatus

setArrowSize(self: pygcad.pygrx.GcDbMLeaderStyle, arrowSize: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setArrowSize(double) –> enum Gcad::ErrorStatus

setArrowSymbolId(*args, **kwargs)

Overloaded function.

  1. setArrowSymbolId(self: pygcad.pygrx.GcDbMLeaderStyle, name: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setArrowSymbolId(const wchar_t *) –> enum Gcad::ErrorStatus

  1. setArrowSymbolId(self: pygcad.pygrx.GcDbMLeaderStyle, arrowSymbolId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setArrowSymbolId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setBitFlags(self: pygcad.pygrx.GcDbMLeaderStyle, flags: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBitFlags(unsigned int) –> enum Gcad::ErrorStatus

setBlockColor(self: pygcad.pygrx.GcDbMLeaderStyle, blockColor: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockColor(const class GcCmColor &) –> enum Gcad::ErrorStatus

setBlockConnectionType(self: pygcad.pygrx.GcDbMLeaderStyle, blockConnectionType: pygcad.pygrx.GcDbMLeaderStyle.BlockConnectionType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockConnectionType(enum GcDbMLeaderStyle::BlockConnectionType) –> enum Gcad::ErrorStatus

setBlockId(*args, **kwargs)

Overloaded function.

  1. setBlockId(self: pygcad.pygrx.GcDbMLeaderStyle, name: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockId(const wchar_t *) –> enum Gcad::ErrorStatus

  1. setBlockId(self: pygcad.pygrx.GcDbMLeaderStyle, blockId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setBlockRotation(self: pygcad.pygrx.GcDbMLeaderStyle, rotation: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockRotation(double) –> enum Gcad::ErrorStatus

setBlockScale(self: pygcad.pygrx.GcDbMLeaderStyle, scale: pygcad.pygrx.GcGeScale3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBlockScale(const class GcGeScale3d &) –> enum Gcad::ErrorStatus

setBreakSize(self: pygcad.pygrx.GcDbMLeaderStyle, size: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setBreakSize(double) –> enum Gcad::ErrorStatus

setContentType(self: pygcad.pygrx.GcDbMLeaderStyle, contentType: pygcad.pygrx.GcDbMLeaderStyle.ContentType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setContentType(enum GcDbMLeaderStyle::ContentType) –> enum Gcad::ErrorStatus

setDefaultMText(self: pygcad.pygrx.GcDbMLeaderStyle, defaultMText: pygcad.pygrx.GcDbMText) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setDefaultMText(const class GcDbMText *) –> enum Gcad::ErrorStatus

setDescription(self: pygcad.pygrx.GcDbMLeaderStyle, pszDescription: str) pygcad.pygrx.Gcad.ErrorStatus

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

setDoglegLength(self: pygcad.pygrx.GcDbMLeaderStyle, doglegLength: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setDoglegLength(double) –> enum Gcad::ErrorStatus

setDrawLeaderOrderType(self: pygcad.pygrx.GcDbMLeaderStyle, drawLeaderOrderType: pygcad.pygrx.GcDbMLeaderStyle.DrawLeaderOrderType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setDrawLeaderOrderType(enum GcDbMLeaderStyle::DrawLeaderOrderType) –> enum Gcad::ErrorStatus

setDrawMLeaderOrderType(self: pygcad.pygrx.GcDbMLeaderStyle, drawMLeaderOrderType: pygcad.pygrx.GcDbMLeaderStyle.DrawMLeaderOrderType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setDrawMLeaderOrderType(enum GcDbMLeaderStyle::DrawMLeaderOrderType) –> enum Gcad::ErrorStatus

setEnableBlockRotation(self: pygcad.pygrx.GcDbMLeaderStyle, enableBlockRotation: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setEnableBlockRotation(bool) –> enum Gcad::ErrorStatus

setEnableBlockScale(self: pygcad.pygrx.GcDbMLeaderStyle, enableBlockScale: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setEnableBlockScale(bool) –> enum Gcad::ErrorStatus

setEnableDogleg(self: pygcad.pygrx.GcDbMLeaderStyle, enableDogleg: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setEnableDogleg(bool) –> enum Gcad::ErrorStatus

setEnableFrameText(self: pygcad.pygrx.GcDbMLeaderStyle, enableFrameText: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setEnableFrameText(bool) –> enum Gcad::ErrorStatus

setEnableLanding(self: pygcad.pygrx.GcDbMLeaderStyle, enableLanding: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setEnableLanding(bool) –> enum Gcad::ErrorStatus

setExtendLeaderToText(self: pygcad.pygrx.GcDbMLeaderStyle, value: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setExtendLeaderToText(bool) –> enum Gcad::ErrorStatus

setFirstSegmentAngleConstraint(self: pygcad.pygrx.GcDbMLeaderStyle, angle: pygcad.pygrx.GcDbMLeaderStyle.SegmentAngleType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setFirstSegmentAngleConstraint(enum GcDbMLeaderStyle::SegmentAngleType) –> enum Gcad::ErrorStatus

setLandingGap(self: pygcad.pygrx.GcDbMLeaderStyle, landingGap: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setLandingGap(double) –> enum Gcad::ErrorStatus

setLeaderLineColor(self: pygcad.pygrx.GcDbMLeaderStyle, leaderLineColor: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setLeaderLineColor(const class GcCmColor &) –> enum Gcad::ErrorStatus

setLeaderLineType(self: pygcad.pygrx.GcDbMLeaderStyle, leaderLineType: pygcad.pygrx.GcDbMLeaderStyle.LeaderType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setLeaderLineType(enum GcDbMLeaderStyle::LeaderType) –> enum Gcad::ErrorStatus

setLeaderLineTypeId(self: pygcad.pygrx.GcDbMLeaderStyle, leaderLineTypeId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setLeaderLineTypeId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setLeaderLineWeight(self: pygcad.pygrx.GcDbMLeaderStyle, leaderLineWeight: pygcad.pygrx.GcDb.LineWeight) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setLeaderLineWeight(enum GcDb::LineWeight) –> enum Gcad::ErrorStatus

setMaxLeaderSegmentsPoints(self: pygcad.pygrx.GcDbMLeaderStyle, maxLeaderSegmentsPoints: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setMaxLeaderSegmentsPoints(int) –> enum Gcad::ErrorStatus

setName(self: pygcad.pygrx.GcDbMLeaderStyle, pszName: str) pygcad.pygrx.Gcad.ErrorStatus

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

setScale(self: pygcad.pygrx.GcDbMLeaderStyle, scale: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setScale(double) –> enum Gcad::ErrorStatus

setSecondSegmentAngleConstraint(self: pygcad.pygrx.GcDbMLeaderStyle, angle: pygcad.pygrx.GcDbMLeaderStyle.SegmentAngleType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setSecondSegmentAngleConstraint(enum GcDbMLeaderStyle::SegmentAngleType) –> enum Gcad::ErrorStatus

setTextAlignAlwaysLeft(self: pygcad.pygrx.GcDbMLeaderStyle, bAlwaysLeft: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAlignAlwaysLeft(bool) –> enum Gcad::ErrorStatus

setTextAlignmentType(self: pygcad.pygrx.GcDbMLeaderStyle, textAlignmentType: pygcad.pygrx.GcDbMLeaderStyle.TextAlignmentType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAlignmentType(enum GcDbMLeaderStyle::TextAlignmentType) –> enum Gcad::ErrorStatus

setTextAngleType(self: pygcad.pygrx.GcDbMLeaderStyle, textAngleType: pygcad.pygrx.GcDbMLeaderStyle.TextAngleType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAngleType(enum GcDbMLeaderStyle::TextAngleType) –> enum Gcad::ErrorStatus

setTextAttachmentDirection(self: pygcad.pygrx.GcDbMLeaderStyle, textAttachmentDirection: pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentDirection) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAttachmentDirection(enum GcDbMLeaderStyle::TextAttachmentDirection) –> enum Gcad::ErrorStatus

setTextAttachmentType(*args, **kwargs)

Overloaded function.

  1. setTextAttachmentType(self: pygcad.pygrx.GcDbMLeaderStyle, textAttachmentType: pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentType, leaderDirection: pygcad.pygrx.GcDbMLeaderStyle.LeaderDirectionType) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAttachmentType(enum GcDbMLeaderStyle::TextAttachmentType, enum GcDbMLeaderStyle::LeaderDirectionType) –> enum Gcad::ErrorStatus

  1. setTextAttachmentType(self: pygcad.pygrx.GcDbMLeaderStyle, textAttachmentType: pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentType) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextAttachmentType(enum GcDbMLeaderStyle::TextAttachmentType) –> enum Gcad::ErrorStatus

setTextColor(self: pygcad.pygrx.GcDbMLeaderStyle, textColor: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextColor(const class GcCmColor &) –> enum Gcad::ErrorStatus

setTextHeight(self: pygcad.pygrx.GcDbMLeaderStyle, textHeight: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextHeight(double) –> enum Gcad::ErrorStatus

setTextStyleId(self: pygcad.pygrx.GcDbMLeaderStyle, textStyleId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMLeaderStyle::setTextStyleId(class GcDbObjectId) –> enum Gcad::ErrorStatus

textAlignAlwaysLeft(self: pygcad.pygrx.GcDbMLeaderStyle) bool

C++: GcDbMLeaderStyle::textAlignAlwaysLeft() const –> bool

textAlignmentType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.TextAlignmentType

C++: GcDbMLeaderStyle::textAlignmentType() const –> enum GcDbMLeaderStyle::TextAlignmentType

textAngleType(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.TextAngleType

C++: GcDbMLeaderStyle::textAngleType() const –> enum GcDbMLeaderStyle::TextAngleType

textAttachmentDirection(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentDirection

C++: GcDbMLeaderStyle::textAttachmentDirection() const –> enum GcDbMLeaderStyle::TextAttachmentDirection

textAttachmentType(*args, **kwargs)

Overloaded function.

  1. textAttachmentType(self: pygcad.pygrx.GcDbMLeaderStyle, leaderDirection: pygcad.pygrx.GcDbMLeaderStyle.LeaderDirectionType) -> pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentType

C++: GcDbMLeaderStyle::textAttachmentType(enum GcDbMLeaderStyle::LeaderDirectionType) const –> enum GcDbMLeaderStyle::TextAttachmentType

  1. textAttachmentType(self: pygcad.pygrx.GcDbMLeaderStyle) -> pygcad.pygrx.GcDbMLeaderStyle.TextAttachmentType

C++: GcDbMLeaderStyle::textAttachmentType() const –> enum GcDbMLeaderStyle::TextAttachmentType

textColor(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcCmColor

C++: GcDbMLeaderStyle::textColor() const –> class GcCmColor

textHeight(self: pygcad.pygrx.GcDbMLeaderStyle) float

C++: GcDbMLeaderStyle::textHeight() const –> double

textStyleId(self: pygcad.pygrx.GcDbMLeaderStyle) pygcad.pygrx.GcDbObjectId

C++: GcDbMLeaderStyle::textStyleId() const –> class GcDbObjectId