This subtype of iBase_Object represents an iMesh instance object.
This subtype of iBaseEntitySet_Object represents an iMesh entity set object.
This subtype of iBaseTag_Object represents an iMesh tag object.
This instance of PyTypeObject represents the iMesh instance type. This is the same object as itaps.iMesh.Mesh.
This instance of PyTypeObject represents the iMesh iterator type. This is the same object as itaps.iMesh.Iterator.
This instance of PyTypeObject represents the iMesh entity set type. This is the same object as itaps.iMesh.EntitySet.
This instance of PyTypeObject represents the iMesh tag type. This is the same object as itaps.iMesh.Tag.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from createEnt(). This is the same object as itaps.iMesh.create_ent.
(Python 2.6+ only.) This instance of PyTypeObject represents the named tuple type returned from getAdjEntIndices(). This is the same object as itaps.iMesh.adj_ent.
Return true if its argument is a EntitySet or a subtype of EntitySet.
Return a new (unowned) Mesh, or NULL on failure.
Return a new itaps.iMesh.EntitySet from a Mesh object and a C iBase_EntitySetHandle, or NULL on failure.
Return a new itaps.iMesh.Tag from a Mesh object and a C iBase_TagHandle, or NULL on failure.
Attempt to return the Mesh object of the object p. If there is an error, an exception is raised and NULL is returned.
Return the Mesh object of the object p. No error checking is performed.
Attempt to return the Mesh object of the object p. If there is an error, an exception is raised and NULL is returned.
Return the Mesh object of the object p. No error checking is performed.
Convert any compatible Python object, obj, to a value in the enumeration iMesh_EntityTopology. Return 1 on success, and 0 on failure. This function can be used with the "O&" character code in PyArg_ParseTuple() processing.