GcDbExtents

class pygcad.pygrx.GcDbExtents

Bases: GcHeapOperators

Methods Summary

addBlockExt(self, pBTR)

C++: GcDbExtents::addBlockExt(class GcDbBlockTableRecord *) --> enum Gcad::ErrorStatus

addExt(self, src)

C++: GcDbExtents::addExt(const class GcDbExtents &) --> void

addPoint(self, pt)

C++: GcDbExtents::addPoint(const class GcGePoint3d &) --> void

expandBy(self, vec)

C++: GcDbExtents::expandBy(const class GcGeVector3d &) --> void

maxPoint(self)

C++: GcDbExtents::maxPoint() const --> class GcGePoint3d

minPoint(self)

C++: GcDbExtents::minPoint() const --> class GcGePoint3d

set(self, min, max)

C++: GcDbExtents::set(const class GcGePoint3d &, const class GcGePoint3d &) --> enum Gcad::ErrorStatus

transformBy(self, mat)

C++: GcDbExtents::transformBy(const class GcGeMatrix3d &) --> void

Methods Documentation

addBlockExt(self: pygcad.pygrx.GcDbExtents, pBTR: pygcad.pygrx.GcDbBlockTableRecord) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbExtents::addBlockExt(class GcDbBlockTableRecord *) –> enum Gcad::ErrorStatus

addExt(self: pygcad.pygrx.GcDbExtents, src: pygcad.pygrx.GcDbExtents) None

C++: GcDbExtents::addExt(const class GcDbExtents &) –> void

addPoint(self: pygcad.pygrx.GcDbExtents, pt: pygcad.pygrx.GcGePoint3d) None

C++: GcDbExtents::addPoint(const class GcGePoint3d &) –> void

expandBy(self: pygcad.pygrx.GcDbExtents, vec: pygcad.pygrx.GcGeVector3d) None

C++: GcDbExtents::expandBy(const class GcGeVector3d &) –> void

maxPoint(self: pygcad.pygrx.GcDbExtents) pygcad.pygrx.GcGePoint3d

C++: GcDbExtents::maxPoint() const –> class GcGePoint3d

minPoint(self: pygcad.pygrx.GcDbExtents) pygcad.pygrx.GcGePoint3d

C++: GcDbExtents::minPoint() const –> class GcGePoint3d

set(self: pygcad.pygrx.GcDbExtents, min: pygcad.pygrx.GcGePoint3d, max: pygcad.pygrx.GcGePoint3d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbExtents::set(const class GcGePoint3d &, const class GcGePoint3d &) –> enum Gcad::ErrorStatus

transformBy(self: pygcad.pygrx.GcDbExtents, mat: GcGeMatrix3d) None

C++: GcDbExtents::transformBy(const class GcGeMatrix3d &) –> void