This subtype of iBase_Object represents an iGeom instance object.
This subtype of iBaseEntitySet_Object represents an iGeom entity set object.
This subtype of iBaseTag_Object represents an iGeom tag object.
This instance of PyTypeObject represents the iGeom instance type. This is the same object as itaps.iGeom.Geom.
This instance of PyTypeObject represents the iGeom iterator type. This is the same object as itaps.iGeom.Iterator.
This instance of PyTypeObject represents the iGeom entity set type. This is the same object as itaps.iGeom.EntitySet.
This instance of PyTypeObject represents the iGeom tag type. This is the same object as itaps.iGeom.Tag.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEntNormalPl(). This is the same object as itaps.iGeom.normal_pl.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEntEval() for faces. This is the same object as itaps.iGeom.face_eval.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEntEval() for edges. This is the same object as itaps.iGeom.edge_eval.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEnt1stDerivative() for edges. This is the same object as itaps.iGeom.deriv_1st.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEnt2ndDerivative() for edges. This is the same object as itaps.iGeom.deriv_2nd.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getPtRayIntersect(). This is the same object as itaps.iGeom.intersect.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from tolerance.This is the same object as itaps.iGeom.tolerance.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getEntBoundBox() and getEntRange(). This is the same object as itaps.iGeom.min_max.
Return true if its argument is a EntitySet or a subtype of EntitySet.
Return a new (unowned) Geom, or NULL on failure.
Return a new itaps.iGeom.EntitySet from a Geom object and a C iBase_EntitySetHandle, or NULL on failure.
Return a new itaps.iGeom.Tag from a Geom object and a C iBase_TagHandle, or NULL on failure.
Attempt to return the Geom object of the object p. If there is an error, an exception is raised and NULL is returned.
Return the Geom object of the object p. No error checking is performed.
Attempt to return the Geom object of the object p. If there is an error, an exception is raised and NULL is returned.
Return the Geom object of the object p. No error checking is performed.
Convert any compatible Python object, obj, to a value in the enumeration iGeomExt_Basis. Return 1 on success, and 0 on failure. This function can be used with the "O&" character code in PyArg_ParseTuple() processing.