GcDbRasterImage

class pygcad.pygrx.GcDbRasterImage

Bases: GcDbImage

Attributes Summary

kClip

kInvalid

kPoly

kRect

kShow

kShowUnAligned

kTransparent

Methods Summary

brightness(self)

C++: GcDbRasterImage::brightness() const --> signed char

cast(inPtr)

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

castShadows(self)

C++: GcDbRasterImage::castShadows() const --> bool

className()

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

clipBoundary(self)

C++: GcDbRasterImage::clipBoundary() const --> const int &

clipBoundaryType(self)

C++: GcDbRasterImage::clipBoundaryType() const --> enum GcDbRasterImage::ClipBoundaryType

contrast(self)

C++: GcDbRasterImage::contrast() const --> signed char

desc()

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

dwgInFields(self, filer)

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

dwgOutFields(self, filer)

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

dxfInFields(self, filer)

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

dxfOutFields(self, filer)

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

fade(self)

C++: GcDbRasterImage::fade() const --> signed char

freeScanLines(self, pSSL)

C++: GcDbRasterImage::freeScanLines(struct GcGiSentScanLines *) const --> bool

getOrientation(self, origin, u, v)

C++: GcDbRasterImage::getOrientation(class GcGePoint3d &, class GcGeVector3d &, class GcGeVector3d &) const --> void

getPixelToModelTransform(self, para)

C++: GcDbRasterImage::getPixelToModelTransform(class GcGeMatrix3d &) const --> enum Gcad::ErrorStatus

getScanLines(self, req)

C++: GcDbRasterImage::getScanLines(const struct GcGiRequestScanLines &) const --> struct GcGiSentScanLines *

getVertices(self, verts)

C++: GcDbRasterImage::getVertices(GcGePoint3dArray &) const --> enum Gcad::ErrorStatus

height(self)

C++: GcDbRasterImage::height() const --> double

imageDefId(self)

C++: GcDbRasterImage::imageDefId() const --> class GcDbObjectId

imageHeight(self)

C++: GcDbRasterImage::imageHeight() const --> double

imageSize(*args, **kwargs)

Overloaded function.

imageWidth(self)

C++: GcDbRasterImage::imageWidth() const --> double

isA(self)

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

isClipInverted(self)

C++: GcDbRasterImage::isClipInverted() const --> bool

isClipped(self)

C++: GcDbRasterImage::isClipped() const --> bool

isImageShown(self)

C++: GcDbRasterImage::isImageShown() const --> bool

isImageTransparent(self)

C++: GcDbRasterImage::isImageTransparent() const --> bool

isSetDisplayOpt(self, option)

C++: GcDbRasterImage::isSetDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt) const --> bool

isShownClipped(self)

C++: GcDbRasterImage::isShownClipped() const --> bool

position(self)

C++: GcDbRasterImage::position() const --> class GcGePoint3d

reactorId(self)

C++: GcDbRasterImage::reactorId() const --> class GcDbObjectId

receiveShadows(self)

C++: GcDbRasterImage::receiveShadows() const --> bool

rotation(self)

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

rxInit()

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

saveAs(self, mode, st)

C++: GcDbRasterImage::saveAs(class GcGiWorldDraw *, enum GcDb::SaveType) --> void

scale(self)

C++: GcDbRasterImage::scale() const --> class GcGeVector2d

setBrightness(self, value)

C++: GcDbRasterImage::setBrightness(signed char) --> enum Gcad::ErrorStatus

setCastShadows(self, newVal)

C++: GcDbRasterImage::setCastShadows(bool) --> void

setClipBoundary(self, type, para)

C++: GcDbRasterImage::setClipBoundary(enum GcDbRasterImage::ClipBoundaryType, const int &) --> enum Gcad::ErrorStatus

setClipBoundaryToWholeImage(*args, **kwargs)

Overloaded function.

setClipInverted(self, newVal)

C++: GcDbRasterImage::setClipInverted(bool) --> void

setContrast(self, value)

C++: GcDbRasterImage::setContrast(signed char) --> enum Gcad::ErrorStatus

setDisplayOpt(self, option, bValue)

C++: GcDbRasterImage::setDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt, bool) --> void

setFade(self, value)

C++: GcDbRasterImage::setFade(signed char) --> enum Gcad::ErrorStatus

setHeight(self, para)

C++: GcDbRasterImage::setHeight(double) --> enum Gcad::ErrorStatus

setImageDefId(self, imageId)

C++: GcDbRasterImage::setImageDefId(class GcDbObjectId) --> enum Gcad::ErrorStatus

setImageTransparency(self, value)

C++: GcDbRasterImage::setImageTransparency(bool) --> void

setOrientation(self, origin, uCorner, vOnPlane)

C++: GcDbRasterImage::setOrientation(const class GcGePoint3d &, const class GcGeVector3d &, const class GcGeVector3d &) --> bool

setReactorId(self, reactorId)

C++: GcDbRasterImage::setReactorId(class GcDbObjectId) --> void

setReceiveShadows(self, newVal)

C++: GcDbRasterImage::setReceiveShadows(bool) --> void

setRotation(self, rotation)

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

setShowClipped(self, value)

C++: GcDbRasterImage::setShowClipped(bool) --> void

setShowImage(self, value)

C++: GcDbRasterImage::setShowImage(bool) --> void

setWidth(self, para)

C++: GcDbRasterImage::setWidth(double) --> enum Gcad::ErrorStatus

subSwapIdWith(*args, **kwargs)

Overloaded function.

width(self)

C++: GcDbRasterImage::width() const --> double

Attributes Documentation

kClip = <ImageDisplayOpt.kClip: 4>
kInvalid = <ClipBoundaryType.kInvalid: 0>
kPoly = <ClipBoundaryType.kPoly: 2>
kRect = <ClipBoundaryType.kRect: 1>
kShow = <ImageDisplayOpt.kShow: 1>
kShowUnAligned = <ImageDisplayOpt.kShowUnAligned: 2>
kTransparent = <ImageDisplayOpt.kTransparent: 8>

Methods Documentation

brightness(self: pygcad.pygrx.GcDbRasterImage) int

C++: GcDbRasterImage::brightness() const –> signed char

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

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

castShadows(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::castShadows() const –> bool

static className() str

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

clipBoundary(self: pygcad.pygrx.GcDbRasterImage) int

C++: GcDbRasterImage::clipBoundary() const –> const int &

clipBoundaryType(self: pygcad.pygrx.GcDbRasterImage) pygcad.pygrx.GcDbRasterImage.ClipBoundaryType

C++: GcDbRasterImage::clipBoundaryType() const –> enum GcDbRasterImage::ClipBoundaryType

contrast(self: pygcad.pygrx.GcDbRasterImage) int

C++: GcDbRasterImage::contrast() const –> signed char

static desc() pygcad.pygrx.GcRxClass

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

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

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

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

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

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

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

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

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

fade(self: pygcad.pygrx.GcDbRasterImage) int

C++: GcDbRasterImage::fade() const –> signed char

freeScanLines(self: pygcad.pygrx.GcDbRasterImage, pSSL: GcGiSentScanLines) bool

C++: GcDbRasterImage::freeScanLines(struct GcGiSentScanLines *) const –> bool

getOrientation(self: pygcad.pygrx.GcDbRasterImage, origin: pygcad.pygrx.GcGePoint3d, u: pygcad.pygrx.GcGeVector3d, v: pygcad.pygrx.GcGeVector3d) None

C++: GcDbRasterImage::getOrientation(class GcGePoint3d &, class GcGeVector3d &, class GcGeVector3d &) const –> void

getPixelToModelTransform(self: pygcad.pygrx.GcDbRasterImage, para: GcGeMatrix3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::getPixelToModelTransform(class GcGeMatrix3d &) const –> enum Gcad::ErrorStatus

getScanLines(self: pygcad.pygrx.GcDbRasterImage, req: GcGiRequestScanLines) GcGiSentScanLines

C++: GcDbRasterImage::getScanLines(const struct GcGiRequestScanLines &) const –> struct GcGiSentScanLines *

getVertices(self: pygcad.pygrx.GcDbRasterImage, verts: pygcad.pygrx.GcGePoint3dArray) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::getVertices(GcGePoint3dArray &) const –> enum Gcad::ErrorStatus

height(self: pygcad.pygrx.GcDbRasterImage) float

C++: GcDbRasterImage::height() const –> double

imageDefId(self: pygcad.pygrx.GcDbRasterImage) pygcad.pygrx.GcDbObjectId

C++: GcDbRasterImage::imageDefId() const –> class GcDbObjectId

imageHeight(self: pygcad.pygrx.GcDbRasterImage) float

C++: GcDbRasterImage::imageHeight() const –> double

imageSize(*args, **kwargs)

Overloaded function.

  1. imageSize(self: pygcad.pygrx.GcDbRasterImage) -> GcGeVector2d

  2. imageSize(self: pygcad.pygrx.GcDbRasterImage, bGetCachedValue: bool) -> GcGeVector2d

C++: GcDbRasterImage::imageSize(bool) const –> class GcGeVector2d

imageWidth(self: pygcad.pygrx.GcDbRasterImage) float

C++: GcDbRasterImage::imageWidth() const –> double

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

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

isClipInverted(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::isClipInverted() const –> bool

isClipped(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::isClipped() const –> bool

isImageShown(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::isImageShown() const –> bool

isImageTransparent(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::isImageTransparent() const –> bool

isSetDisplayOpt(self: pygcad.pygrx.GcDbRasterImage, option: pygcad.pygrx.GcDbRasterImage.ImageDisplayOpt) bool

C++: GcDbRasterImage::isSetDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt) const –> bool

isShownClipped(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::isShownClipped() const –> bool

position(self: pygcad.pygrx.GcDbRasterImage) pygcad.pygrx.GcGePoint3d

C++: GcDbRasterImage::position() const –> class GcGePoint3d

reactorId(self: pygcad.pygrx.GcDbRasterImage) pygcad.pygrx.GcDbObjectId

C++: GcDbRasterImage::reactorId() const –> class GcDbObjectId

receiveShadows(self: pygcad.pygrx.GcDbRasterImage) bool

C++: GcDbRasterImage::receiveShadows() const –> bool

rotation(self: pygcad.pygrx.GcDbRasterImage) float

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

static rxInit() None

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

saveAs(self: pygcad.pygrx.GcDbRasterImage, mode: GcGiWorldDraw, st: pygcad.pygrx.GcDb.SaveType) None

C++: GcDbRasterImage::saveAs(class GcGiWorldDraw *, enum GcDb::SaveType) –> void

scale(self: pygcad.pygrx.GcDbRasterImage) GcGeVector2d

C++: GcDbRasterImage::scale() const –> class GcGeVector2d

setBrightness(self: pygcad.pygrx.GcDbRasterImage, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setBrightness(signed char) –> enum Gcad::ErrorStatus

setCastShadows(self: pygcad.pygrx.GcDbRasterImage, newVal: bool) None

C++: GcDbRasterImage::setCastShadows(bool) –> void

setClipBoundary(self: pygcad.pygrx.GcDbRasterImage, type: pygcad.pygrx.GcDbRasterImage.ClipBoundaryType, para: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setClipBoundary(enum GcDbRasterImage::ClipBoundaryType, const int &) –> enum Gcad::ErrorStatus

setClipBoundaryToWholeImage(*args, **kwargs)

Overloaded function.

  1. setClipBoundaryToWholeImage(self: pygcad.pygrx.GcDbRasterImage, size: GcGeVector2d) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setClipBoundaryToWholeImage(class GcGeVector2d &) –> enum Gcad::ErrorStatus

  1. setClipBoundaryToWholeImage(self: pygcad.pygrx.GcDbRasterImage) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setClipBoundaryToWholeImage() –> enum Gcad::ErrorStatus

setClipInverted(self: pygcad.pygrx.GcDbRasterImage, newVal: bool) None

C++: GcDbRasterImage::setClipInverted(bool) –> void

setContrast(self: pygcad.pygrx.GcDbRasterImage, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setContrast(signed char) –> enum Gcad::ErrorStatus

setDisplayOpt(self: pygcad.pygrx.GcDbRasterImage, option: pygcad.pygrx.GcDbRasterImage.ImageDisplayOpt, bValue: bool) None

C++: GcDbRasterImage::setDisplayOpt(enum GcDbRasterImage::ImageDisplayOpt, bool) –> void

setFade(self: pygcad.pygrx.GcDbRasterImage, value: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setFade(signed char) –> enum Gcad::ErrorStatus

setHeight(self: pygcad.pygrx.GcDbRasterImage, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setHeight(double) –> enum Gcad::ErrorStatus

setImageDefId(self: pygcad.pygrx.GcDbRasterImage, imageId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setImageDefId(class GcDbObjectId) –> enum Gcad::ErrorStatus

setImageTransparency(self: pygcad.pygrx.GcDbRasterImage, value: bool) None

C++: GcDbRasterImage::setImageTransparency(bool) –> void

setOrientation(self: pygcad.pygrx.GcDbRasterImage, origin: pygcad.pygrx.GcGePoint3d, uCorner: pygcad.pygrx.GcGeVector3d, vOnPlane: pygcad.pygrx.GcGeVector3d) bool

C++: GcDbRasterImage::setOrientation(const class GcGePoint3d &, const class GcGeVector3d &, const class GcGeVector3d &) –> bool

setReactorId(self: pygcad.pygrx.GcDbRasterImage, reactorId: pygcad.pygrx.GcDbObjectId) None

C++: GcDbRasterImage::setReactorId(class GcDbObjectId) –> void

setReceiveShadows(self: pygcad.pygrx.GcDbRasterImage, newVal: bool) None

C++: GcDbRasterImage::setReceiveShadows(bool) –> void

setRotation(self: pygcad.pygrx.GcDbRasterImage, rotation: float) pygcad.pygrx.Gcad.ErrorStatus

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

setShowClipped(self: pygcad.pygrx.GcDbRasterImage, value: bool) None

C++: GcDbRasterImage::setShowClipped(bool) –> void

setShowImage(self: pygcad.pygrx.GcDbRasterImage, value: bool) None

C++: GcDbRasterImage::setShowImage(bool) –> void

setWidth(self: pygcad.pygrx.GcDbRasterImage, para: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::setWidth(double) –> enum Gcad::ErrorStatus

subSwapIdWith(*args, **kwargs)

Overloaded function.

  1. subSwapIdWith(self: pygcad.pygrx.GcDbRasterImage, otherId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

  2. subSwapIdWith(self: pygcad.pygrx.GcDbRasterImage, otherId: pygcad.pygrx.GcDbObjectId, swapXdata: bool) -> pygcad.pygrx.Gcad.ErrorStatus

  3. subSwapIdWith(self: pygcad.pygrx.GcDbRasterImage, otherId: pygcad.pygrx.GcDbObjectId, swapXdata: bool, swapExtDict: bool) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbRasterImage::subSwapIdWith(class GcDbObjectId, bool, bool) –> enum Gcad::ErrorStatus

width(self: pygcad.pygrx.GcDbRasterImage) float

C++: GcDbRasterImage::width() const –> double