GcDbPlaneSurface

class pygcad.pygrx.GcDbPlaneSurface

Bases: GcDbSurface

Methods Summary

cast(inPtr)

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

className()

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

createFromRegion(self, pRegion)

C++: GcDbPlaneSurface::createFromRegion(class GcDbRegion *) --> enum Gcad::ErrorStatus

desc()

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

dwgInFields(self, filer)

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

dwgOutFields(self, filer)

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

dxfInFields(self, filer)

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

dxfOutFields(self, filer)

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

isA(self)

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

isDependent(self)

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

rxInit()

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

Methods Documentation

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

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

static className() str

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

createFromRegion(self: pygcad.pygrx.GcDbPlaneSurface, pRegion: pygcad.pygrx.GcDbRegion) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbPlaneSurface::createFromRegion(class GcDbRegion *) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

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

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

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

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

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

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

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

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

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

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

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

isDependent(self: pygcad.pygrx.GcDbPlaneSurface) bool

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

static rxInit() None

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