GcDbRotatedDimension

class pygcad.pygrx.GcDbRotatedDimension

Bases: GcDbDimension

Methods Summary

cast(inPtr)

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

className()

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

desc()

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

dimLinePoint(self)

C++: GcDbRotatedDimension::dimLinePoint() const --> class GcGePoint3d

isA(self)

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

jogSymbolOn(self)

C++: GcDbRotatedDimension::jogSymbolOn() const --> bool

jogSymbolPosition(self)

C++: GcDbRotatedDimension::jogSymbolPosition() const --> class GcGePoint3d

oblique(self)

C++: GcDbRotatedDimension::oblique() const --> double

rotation(self)

C++: GcDbRotatedDimension::rotation() const --> double

rxInit()

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

setDimLinePoint(self, para)

C++: GcDbRotatedDimension::setDimLinePoint(const class GcGePoint3d &) --> enum Gcad::ErrorStatus

setJogSymbolOn(self, value)

C++: GcDbRotatedDimension::setJogSymbolOn(bool) --> enum Gcad::ErrorStatus

setJogSymbolPosition(self, pt)

C++: GcDbRotatedDimension::setJogSymbolPosition(const class GcGePoint3d &) --> enum Gcad::ErrorStatus

setOblique(self, para)

C++: GcDbRotatedDimension::setOblique(double) --> enum Gcad::ErrorStatus

setRotation(self, para)

C++: GcDbRotatedDimension::setRotation(double) --> enum Gcad::ErrorStatus

setXLine1Point(self, para)

C++: GcDbRotatedDimension::setXLine1Point(const class GcGePoint3d &) --> enum Gcad::ErrorStatus

setXLine2Point(self, para)

C++: GcDbRotatedDimension::setXLine2Point(const class GcGePoint3d &) --> enum Gcad::ErrorStatus

xLine1Point(self)

C++: GcDbRotatedDimension::xLine1Point() const --> class GcGePoint3d

xLine2Point(self)

C++: GcDbRotatedDimension::xLine2Point() const --> class GcGePoint3d

Methods Documentation

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

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

static className() str

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

static desc() pygcad.pygrx.GcRxClass

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

dimLinePoint(self: pygcad.pygrx.GcDbRotatedDimension) pygcad.pygrx.GcGePoint3d

C++: GcDbRotatedDimension::dimLinePoint() const –> class GcGePoint3d

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

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

jogSymbolOn(self: pygcad.pygrx.GcDbRotatedDimension) bool

C++: GcDbRotatedDimension::jogSymbolOn() const –> bool

jogSymbolPosition(self: pygcad.pygrx.GcDbRotatedDimension) pygcad.pygrx.GcGePoint3d

C++: GcDbRotatedDimension::jogSymbolPosition() const –> class GcGePoint3d

oblique(self: pygcad.pygrx.GcDbRotatedDimension) float

C++: GcDbRotatedDimension::oblique() const –> double

rotation(self: pygcad.pygrx.GcDbRotatedDimension) float

C++: GcDbRotatedDimension::rotation() const –> double

static rxInit() None

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

setDimLinePoint(self: pygcad.pygrx.GcDbRotatedDimension, para: pygcad.pygrx.GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setDimLinePoint(const class GcGePoint3d &) –> enum Gcad::ErrorStatus

setJogSymbolOn(self: pygcad.pygrx.GcDbRotatedDimension, value: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setJogSymbolOn(bool) –> enum Gcad::ErrorStatus

setJogSymbolPosition(self: pygcad.pygrx.GcDbRotatedDimension, pt: pygcad.pygrx.GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setJogSymbolPosition(const class GcGePoint3d &) –> enum Gcad::ErrorStatus

setOblique(self: pygcad.pygrx.GcDbRotatedDimension, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setOblique(double) –> enum Gcad::ErrorStatus

setRotation(self: pygcad.pygrx.GcDbRotatedDimension, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setRotation(double) –> enum Gcad::ErrorStatus

setXLine1Point(self: pygcad.pygrx.GcDbRotatedDimension, para: pygcad.pygrx.GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setXLine1Point(const class GcGePoint3d &) –> enum Gcad::ErrorStatus

setXLine2Point(self: pygcad.pygrx.GcDbRotatedDimension, para: pygcad.pygrx.GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRotatedDimension::setXLine2Point(const class GcGePoint3d &) –> enum Gcad::ErrorStatus

xLine1Point(self: pygcad.pygrx.GcDbRotatedDimension) pygcad.pygrx.GcGePoint3d

C++: GcDbRotatedDimension::xLine1Point() const –> class GcGePoint3d

xLine2Point(self: pygcad.pygrx.GcDbRotatedDimension) pygcad.pygrx.GcGePoint3d

C++: GcDbRotatedDimension::xLine2Point() const –> class GcGePoint3d