GcDbSweptSurface

class pygcad.pygrx.GcDbSweptSurface

Bases: GcDbSurface

Methods Summary

cast(inPtr)

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

className()

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

createSweptSurface(self, pSweepEnt, ...)

C++: GcDbSweptSurface::createSweptSurface(class GcDbEntity *, class GcDbEntity *, class GcDbSweepOptions &) --> enum Gcad::ErrorStatus

desc()

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

dwgInFields(self, filer)

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

dwgOutFields(self, filer)

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

dxfInFields(self, filer)

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

dxfOutFields(self, filer)

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

getPathEntity(self)

C++: GcDbSweptSurface::getPathEntity() const --> class GcDbEntity *

getPathLength(self)

C++: GcDbSweptSurface::getPathLength(double &) const --> enum Gcad::ErrorStatus

getSweepEntity(self)

C++: GcDbSweptSurface::getSweepEntity() const --> class GcDbEntity *

getSweepOptions(self, sweepOptions)

C++: GcDbSweptSurface::getSweepOptions(class GcDbSweepOptions &) const --> void

isA(self)

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

isDependent(self)

C++: GcDbSweptSurface::isDependent() const --> bool

rxInit()

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

setSweepOptions(self, sweepOptions)

C++: GcDbSweptSurface::setSweepOptions(const class GcDbSweepOptions &) --> enum Gcad::ErrorStatus

Methods Documentation

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

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

static className() str

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

createSweptSurface(self: pygcad.pygrx.GcDbSweptSurface, pSweepEnt: pygcad.pygrx.GcDbEntity, pPathEnt: pygcad.pygrx.GcDbEntity, sweepOptions: pygcad.pygrx.GcDbSweepOptions) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSweptSurface::createSweptSurface(class GcDbEntity *, class GcDbEntity *, class GcDbSweepOptions &) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

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

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

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

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

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

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

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

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

getPathEntity(self: pygcad.pygrx.GcDbSweptSurface) pygcad.pygrx.GcDbEntity

C++: GcDbSweptSurface::getPathEntity() const –> class GcDbEntity *

getPathLength(self: pygcad.pygrx.GcDbSweptSurface) Tuple[pygcad.pygrx.Gcad.ErrorStatus, float]

C++: GcDbSweptSurface::getPathLength(double &) const –> enum Gcad::ErrorStatus

getSweepEntity(self: pygcad.pygrx.GcDbSweptSurface) pygcad.pygrx.GcDbEntity

C++: GcDbSweptSurface::getSweepEntity() const –> class GcDbEntity *

getSweepOptions(self: pygcad.pygrx.GcDbSweptSurface, sweepOptions: pygcad.pygrx.GcDbSweepOptions) None

C++: GcDbSweptSurface::getSweepOptions(class GcDbSweepOptions &) const –> void

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

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

isDependent(self: pygcad.pygrx.GcDbSweptSurface) bool

C++: GcDbSweptSurface::isDependent() const –> bool

static rxInit() None

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

setSweepOptions(self: pygcad.pygrx.GcDbSweptSurface, sweepOptions: pygcad.pygrx.GcDbSweepOptions) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSweptSurface::setSweepOptions(const class GcDbSweepOptions &) –> enum Gcad::ErrorStatus