GcDbExtents2d

class pygcad.pygrx.GcDbExtents2d

Bases: GcHeapOperators

Methods Summary

addExt(self, src)

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

addPoint(self, pt)

C++: GcDbExtents2d::addPoint(const class GcGePoint2d &) --> void

expandBy(self, vec)

C++: GcDbExtents2d::expandBy(const class GcGeVector2d &) --> void

maxPoint(self)

C++: GcDbExtents2d::maxPoint() const --> class GcGePoint2d

minPoint(self)

C++: GcDbExtents2d::minPoint() const --> class GcGePoint2d

set(self, min, max)

C++: GcDbExtents2d::set(const class GcGePoint2d &, const class GcGePoint2d &) --> enum Gcad::ErrorStatus

transformBy(self, mat)

C++: GcDbExtents2d::transformBy(const class GcGeMatrix2d &) --> void

Methods Documentation

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

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

addPoint(self: pygcad.pygrx.GcDbExtents2d, pt: pygcad.pygrx.GcGePoint2d) None

C++: GcDbExtents2d::addPoint(const class GcGePoint2d &) –> void

expandBy(self: pygcad.pygrx.GcDbExtents2d, vec: GcGeVector2d) None

C++: GcDbExtents2d::expandBy(const class GcGeVector2d &) –> void

maxPoint(self: pygcad.pygrx.GcDbExtents2d) pygcad.pygrx.GcGePoint2d

C++: GcDbExtents2d::maxPoint() const –> class GcGePoint2d

minPoint(self: pygcad.pygrx.GcDbExtents2d) pygcad.pygrx.GcGePoint2d

C++: GcDbExtents2d::minPoint() const –> class GcGePoint2d

set(self: pygcad.pygrx.GcDbExtents2d, min: pygcad.pygrx.GcGePoint2d, max: pygcad.pygrx.GcGePoint2d) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbExtents2d::set(const class GcGePoint2d &, const class GcGePoint2d &) –> enum Gcad::ErrorStatus

transformBy(self: pygcad.pygrx.GcDbExtents2d, mat: GcGeMatrix2d) None

C++: GcDbExtents2d::transformBy(const class GcGeMatrix2d &) –> void