GcDbMotionPath

class pygcad.pygrx.GcDbMotionPath

Bases: GcDbObject

Methods Summary

cameraPath(self)

C++: GcDbMotionPath::cameraPath() const --> class GcDbObjectId

cast(inPtr)

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

className()

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

cornerDecel(self)

C++: GcDbMotionPath::cornerDecel() const --> bool

desc()

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

dwgInFields(self, pFiler)

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

dwgOutFields(self, pFiler)

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

dxfInFields(self, pFiler)

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

dxfOutFields(self, pFiler)

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

frameRate(self)

C++: GcDbMotionPath::frameRate() const --> unsigned int

frames(self)

C++: GcDbMotionPath::frames() const --> unsigned int

isA(self)

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

rxInit()

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

setCameraPath(self, id)

C++: GcDbMotionPath::setCameraPath(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setCornerDecel(self, cornerDecel)

C++: GcDbMotionPath::setCornerDecel(bool) --> enum Gcad::ErrorStatus

setFrameRate(self, rate)

C++: GcDbMotionPath::setFrameRate(unsigned short) --> enum Gcad::ErrorStatus

setFrames(self, frames)

C++: GcDbMotionPath::setFrames(unsigned short) --> enum Gcad::ErrorStatus

setTargetPath(self, id)

C++: GcDbMotionPath::setTargetPath(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setViewTableRecordId(self, id)

C++: GcDbMotionPath::setViewTableRecordId(const class GcDbObjectId &) --> enum Gcad::ErrorStatus

targetPath(self)

C++: GcDbMotionPath::targetPath() const --> class GcDbObjectId

viewTableRecordId(self)

C++: GcDbMotionPath::viewTableRecordId() const --> class GcDbObjectId

Methods Documentation

cameraPath(self: pygcad.pygrx.GcDbMotionPath) pygcad.pygrx.GcDbObjectId

C++: GcDbMotionPath::cameraPath() const –> class GcDbObjectId

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

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

static className() str

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

cornerDecel(self: pygcad.pygrx.GcDbMotionPath) bool

C++: GcDbMotionPath::cornerDecel() const –> bool

static desc() pygcad.pygrx.GcRxClass

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

dwgInFields(self: pygcad.pygrx.GcDbMotionPath, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dwgOutFields(self: pygcad.pygrx.GcDbMotionPath, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfInFields(self: pygcad.pygrx.GcDbMotionPath, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

dxfOutFields(self: pygcad.pygrx.GcDbMotionPath, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

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

frameRate(self: pygcad.pygrx.GcDbMotionPath) int

C++: GcDbMotionPath::frameRate() const –> unsigned int

frames(self: pygcad.pygrx.GcDbMotionPath) int

C++: GcDbMotionPath::frames() const –> unsigned int

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

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

static rxInit() None

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

setCameraPath(self: pygcad.pygrx.GcDbMotionPath, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setCameraPath(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setCornerDecel(self: pygcad.pygrx.GcDbMotionPath, cornerDecel: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setCornerDecel(bool) –> enum Gcad::ErrorStatus

setFrameRate(self: pygcad.pygrx.GcDbMotionPath, rate: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setFrameRate(unsigned short) –> enum Gcad::ErrorStatus

setFrames(self: pygcad.pygrx.GcDbMotionPath, frames: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setFrames(unsigned short) –> enum Gcad::ErrorStatus

setTargetPath(self: pygcad.pygrx.GcDbMotionPath, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setTargetPath(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setViewTableRecordId(self: pygcad.pygrx.GcDbMotionPath, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbMotionPath::setViewTableRecordId(const class GcDbObjectId &) –> enum Gcad::ErrorStatus

targetPath(self: pygcad.pygrx.GcDbMotionPath) pygcad.pygrx.GcDbObjectId

C++: GcDbMotionPath::targetPath() const –> class GcDbObjectId

viewTableRecordId(self: pygcad.pygrx.GcDbMotionPath) pygcad.pygrx.GcDbObjectId

C++: GcDbMotionPath::viewTableRecordId() const –> class GcDbObjectId