Accessimport part mdb.models[name].parts[name].allInternalSets[name].cells[i] mdb.models[name].parts[name].allSets[name].cells[i] mdb.models[name].parts[name].cells[i] mdb.models[name].parts[name].sets[name].cells[i] import assembly mdb.models[name].rootAssembly.allinstances.cells[i] mdb.models[name].rootAssembly.allinstances.sets[name].cells[i] mdb.models[name].rootAssembly.allInternalSets[name].cells[i] mdb.models[name].rootAssembly.allSets[name].cells[i] mdb.models[name].rootAssembly.instances[name].cells[i] mdb.models[name].rootAssembly.instances[name].sets[name].cells[i] mdb.models[name].rootAssembly.modelInstances[i].sets[name].cells[i] mdb.models[name].rootAssembly.sets[name].cells[i] getSize(...)
This method returns a Float indicating the volume of the cell. Required argumentsNone. Optional arguments
Return valueA Float. ExceptionsNone. getFaces()
This method returns a sequence consisting of the face IDs of the faces which bound the cell. ArgumentsNone. Return valueA tuple of integers. ExceptionsNone. getEdges()
This method returns a sequence consisting of the edge IDs of the edges on the cell. ArgumentsNone. Return valueA tuple of integers. ExceptionsNone. getVertices()
This method returns a sequence consisting of the vertex IDs of the vertices on the cell. ArgumentsNone. Return valueA tuple of integers. ExceptionsNone. getAdjacentCells()
This method returns an array of cell objects that share at least one face of the cell. ArgumentsNone. Return valueA CellArray object which is a sequence of Cell objects. ExceptionsNone. getNodes()
This method returns an array of node objects that are associated with the cell. ArgumentsNone. Return valueA MeshNodeArray object which is a sequence of MeshNode objects. ExceptionsNone. getElements()
This method returns an array of element objects that are associated with the cell. ArgumentsNone. Return valueA MeshElementArray object which is a sequence of MeshElement objects. ExceptionsNone. MembersThe Cell object has the following members:
|