GcDbUnderlayHost

class pygcad.pygrx.GcDbUnderlayHost

Bases: pybind11_object

Methods Summary

assign(self, para)

C++: GcDbUnderlayHost::operator=(const class GcDbUnderlayHost &) --> class GcDbUnderlayHost &

getAdjustedColor(rgbResult, rgbInputColor, ...)

C++: GcDbUnderlayHost::getAdjustedColor(class GcGeVector3d &, const class GcGeVector3d &, const class GcGeVector3d &, const class GcGeVector3d &, const struct GcDbUnderlayDrawContext &) --> void

getFile(self, fullPath, password)

C++: GcDbUnderlayHost::getFile(const wchar_t *, const wchar_t *, class GcDbUnderlayFile *&) const --> enum Gcad::ErrorStatus

Methods Documentation

assign(self: pygcad.pygrx.GcDbUnderlayHost, para: pygcad.pygrx.GcDbUnderlayHost) pygcad.pygrx.GcDbUnderlayHost

C++: GcDbUnderlayHost::operator=(const class GcDbUnderlayHost &) –> class GcDbUnderlayHost &

static getAdjustedColor(rgbResult: pygcad.pygrx.GcGeVector3d, rgbInputColor: pygcad.pygrx.GcGeVector3d, rgbCurrentBackgroundColor: pygcad.pygrx.GcGeVector3d, hslFadedContrastColor: pygcad.pygrx.GcGeVector3d, drawContext: pygcad.pygrx.GcDbUnderlayDrawContext) None

C++: GcDbUnderlayHost::getAdjustedColor(class GcGeVector3d &, const class GcGeVector3d &, const class GcGeVector3d &, const class GcGeVector3d &, const struct GcDbUnderlayDrawContext &) –> void

getFile(self: pygcad.pygrx.GcDbUnderlayHost, fullPath: str, password: str) Tuple[pygcad.pygrx.Gcad.ErrorStatus, pygcad.pygrx.GcDbUnderlayFile]

C++: GcDbUnderlayHost::getFile(const wchar_t *, const wchar_t *, class GcDbUnderlayFile *&) const –> enum Gcad::ErrorStatus