GcDbFcf

class pygcad.pygrx.GcDbFcf

Bases: GcDbEntity

Attributes Summary

kAll

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

dimclrd(self)

C++: GcDbFcf::dimclrd() const --> class GcCmColor

dimclrt(self)

C++: GcDbFcf::dimclrt() const --> class GcCmColor

dimensionStyle(self)

C++: GcDbFcf::dimensionStyle() const --> class GcDbHardPointerId

dimgap(self)

C++: GcDbFcf::dimgap() const --> double

dimscale(self)

C++: GcDbFcf::dimscale() const --> double

dimtxsty(self)

C++: GcDbFcf::dimtxsty() const --> class GcDbObjectId

dimtxt(self)

C++: GcDbFcf::dimtxt() const --> double

direction(self)

C++: GcDbFcf::direction() const --> class GcGeVector3d

getBoundingPline(self, para)

C++: GcDbFcf::getBoundingPline(GcGePoint3dArray &) const --> void

getBoundingPoints(self, para)

C++: GcDbFcf::getBoundingPoints(GcGePoint3dArray &) const --> void

getDimstyleData(self)

C++: GcDbFcf::getDimstyleData(class GcDbDimStyleTableRecord *&) const --> enum Gcad::ErrorStatus

isA(self)

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

location(self)

C++: GcDbFcf::location() const --> class GcGePoint3d

normal(self)

C++: GcDbFcf::normal() const --> class GcGeVector3d

rxInit()

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

setDimVars(self)

C++: GcDbFcf::setDimVars() --> void

setDimclrd(self, val)

C++: GcDbFcf::setDimclrd(class GcCmColor &) --> enum Gcad::ErrorStatus

setDimclrt(self, val)

C++: GcDbFcf::setDimclrt(class GcCmColor &) --> enum Gcad::ErrorStatus

setDimensionStyle(self, para)

C++: GcDbFcf::setDimensionStyle(class GcDbHardPointerId) --> void

setDimgap(self, val)

C++: GcDbFcf::setDimgap(double) --> enum Gcad::ErrorStatus

setDimscale(self, val)

C++: GcDbFcf::setDimscale(double) --> enum Gcad::ErrorStatus

setDimstyleData(*args, **kwargs)

Overloaded function.

setDimtxsty(self, val)

C++: GcDbFcf::setDimtxsty(class GcDbObjectId) --> enum Gcad::ErrorStatus

setDimtxt(self, val)

C++: GcDbFcf::setDimtxt(double) --> enum Gcad::ErrorStatus

setLocation(self, para)

C++: GcDbFcf::setLocation(const class GcGePoint3d &) --> void

setOrientation(self, norm, dir)

C++: GcDbFcf::setOrientation(const class GcGeVector3d &, const class GcGeVector3d &) --> void

setText(self, para)

C++: GcDbFcf::setText(const wchar_t *) --> void

text(*args, **kwargs)

Overloaded function.

Attributes Documentation

kAll = <whichLine.kAll: -1>

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dimclrd(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcCmColor

C++: GcDbFcf::dimclrd() const –> class GcCmColor

dimclrt(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcCmColor

C++: GcDbFcf::dimclrt() const –> class GcCmColor

dimensionStyle(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcDbHardPointerId

C++: GcDbFcf::dimensionStyle() const –> class GcDbHardPointerId

dimgap(self: pygcad.pygrx.GcDbFcf) float

C++: GcDbFcf::dimgap() const –> double

dimscale(self: pygcad.pygrx.GcDbFcf) float

C++: GcDbFcf::dimscale() const –> double

dimtxsty(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcDbObjectId

C++: GcDbFcf::dimtxsty() const –> class GcDbObjectId

dimtxt(self: pygcad.pygrx.GcDbFcf) float

C++: GcDbFcf::dimtxt() const –> double

direction(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcGeVector3d

C++: GcDbFcf::direction() const –> class GcGeVector3d

getBoundingPline(self: pygcad.pygrx.GcDbFcf, para: pygcad.pygrx.GcGePoint3dArray) None

C++: GcDbFcf::getBoundingPline(GcGePoint3dArray &) const –> void

getBoundingPoints(self: pygcad.pygrx.GcDbFcf, para: pygcad.pygrx.GcGePoint3dArray) None

C++: GcDbFcf::getBoundingPoints(GcGePoint3dArray &) const –> void

getDimstyleData(self: pygcad.pygrx.GcDbFcf) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbDimStyleTableRecord]

C++: GcDbFcf::getDimstyleData(class GcDbDimStyleTableRecord *&) const –> enum Gcad::ErrorStatus

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

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

location(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcGePoint3d

C++: GcDbFcf::location() const –> class GcGePoint3d

normal(self: pygcad.pygrx.GcDbFcf) pygcad.pygrx.GcGeVector3d

C++: GcDbFcf::normal() const –> class GcGeVector3d

static rxInit() None

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

setDimVars(self: pygcad.pygrx.GcDbFcf) None

C++: GcDbFcf::setDimVars() –> void

setDimclrd(self: pygcad.pygrx.GcDbFcf, val: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimclrd(class GcCmColor &) –> enum Gcad::ErrorStatus

setDimclrt(self: pygcad.pygrx.GcDbFcf, val: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimclrt(class GcCmColor &) –> enum Gcad::ErrorStatus

setDimensionStyle(self: pygcad.pygrx.GcDbFcf, para: pygcad.pygrx.GcDbHardPointerId) None

C++: GcDbFcf::setDimensionStyle(class GcDbHardPointerId) –> void

setDimgap(self: pygcad.pygrx.GcDbFcf, val: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimgap(double) –> enum Gcad::ErrorStatus

setDimscale(self: pygcad.pygrx.GcDbFcf, val: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimscale(double) –> enum Gcad::ErrorStatus

setDimstyleData(*args, **kwargs)

Overloaded function.

  1. setDimstyleData(self: pygcad.pygrx.GcDbFcf, pNewData: pygcad.pygrx.GcDbDimStyleTableRecord) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimstyleData(class GcDbDimStyleTableRecord *) –> enum Gcad::ErrorStatus

  1. setDimstyleData(self: pygcad.pygrx.GcDbFcf, newDataId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimstyleData(class GcDbObjectId) –> enum Gcad::ErrorStatus

setDimtxsty(self: pygcad.pygrx.GcDbFcf, val: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimtxsty(class GcDbObjectId) –> enum Gcad::ErrorStatus

setDimtxt(self: pygcad.pygrx.GcDbFcf, val: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::setDimtxt(double) –> enum Gcad::ErrorStatus

setLocation(self: pygcad.pygrx.GcDbFcf, para: pygcad.pygrx.GcGePoint3d) None

C++: GcDbFcf::setLocation(const class GcGePoint3d &) –> void

setOrientation(self: pygcad.pygrx.GcDbFcf, norm: pygcad.pygrx.GcGeVector3d, dir: pygcad.pygrx.GcGeVector3d) None

C++: GcDbFcf::setOrientation(const class GcGeVector3d &, const class GcGeVector3d &) –> void

setText(self: pygcad.pygrx.GcDbFcf, para: str) None

C++: GcDbFcf::setText(const wchar_t *) –> void

text(*args, **kwargs)

Overloaded function.

  1. text(self: pygcad.pygrx.GcDbFcf, sText: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

  2. text(self: pygcad.pygrx.GcDbFcf, sText: pygcad.pygrx.GcString, lineNo: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbFcf::text(class GcString &, int) const –> enum Gcad::ErrorStatus

  1. text(self: pygcad.pygrx.GcDbFcf) -> str

  2. text(self: pygcad.pygrx.GcDbFcf, lineNo: int) -> str

C++: GcDbFcf::text(int) const –> wchar_t *