GcGeBoundedPlane

class pygcad.pygrx.GcGeBoundedPlane

Bases: GcGePlanarEnt

Methods Summary

assign(self, bplane)

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

intersectWith(*args, **kwargs)

Overloaded function.

set(*args, **kwargs)

Overloaded function.

Methods Documentation

assign(self: pygcad.pygrx.GcGeBoundedPlane, bplane: pygcad.pygrx.GcGeBoundedPlane) pygcad.pygrx.GcGeBoundedPlane

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

intersectWith(*args, **kwargs)

Overloaded function.

  1. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, linEnt: pygcad.pygrx.GcGeLinearEnt3d, point: pygcad.pygrx.GcGePoint3d) -> bool

  2. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, linEnt: pygcad.pygrx.GcGeLinearEnt3d, point: pygcad.pygrx.GcGePoint3d, tol: pygcad.pygrx.GcGeTol) -> bool

C++: GcGeBoundedPlane::intersectWith(const class GcGeLinearEnt3d &, class GcGePoint3d &, const class GcGeTol &) const –> bool

  1. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, plane: pygcad.pygrx.GcGePlane, results: pygcad.pygrx.GcGeLineSeg3d) -> bool

  2. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, plane: pygcad.pygrx.GcGePlane, results: pygcad.pygrx.GcGeLineSeg3d, tol: pygcad.pygrx.GcGeTol) -> bool

C++: GcGeBoundedPlane::intersectWith(const class GcGePlane &, class GcGeLineSeg3d &, const class GcGeTol &) const –> bool

  1. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, plane: pygcad.pygrx.GcGeBoundedPlane, result: pygcad.pygrx.GcGeLineSeg3d) -> bool

  2. intersectWith(self: pygcad.pygrx.GcGeBoundedPlane, plane: pygcad.pygrx.GcGeBoundedPlane, result: pygcad.pygrx.GcGeLineSeg3d, tol: pygcad.pygrx.GcGeTol) -> bool

C++: GcGeBoundedPlane::intersectWith(const class GcGeBoundedPlane &, class GcGeLineSeg3d &, const class GcGeTol &) const –> bool

set(*args, **kwargs)

Overloaded function.

  1. set(self: pygcad.pygrx.GcGeBoundedPlane, origin: pygcad.pygrx.GcGePoint3d, uVec: pygcad.pygrx.GcGeVector3d, vVec: pygcad.pygrx.GcGeVector3d) -> pygcad.pygrx.GcGeBoundedPlane

C++: GcGeBoundedPlane::set(const class GcGePoint3d &, const class GcGeVector3d &, const class GcGeVector3d &) –> class GcGeBoundedPlane &

  1. set(self: pygcad.pygrx.GcGeBoundedPlane, p1: pygcad.pygrx.GcGePoint3d, origin: pygcad.pygrx.GcGePoint3d, p2: pygcad.pygrx.GcGePoint3d) -> pygcad.pygrx.GcGeBoundedPlane

C++: GcGeBoundedPlane::set(const class GcGePoint3d &, const class GcGePoint3d &, const class GcGePoint3d &) –> class GcGeBoundedPlane &