|
OpenCMISS-Iron Python Bindings API Documentation
|


Public Member Functions | |
| def | __init__ (self) |
| def | CreateFinish (self) |
| def | CreateStartInterface (self, meshUserNumber, interface, numberOfDimensions) |
| def | CreateStart (self, meshUserNumber, region, numberOfDimensions) |
| def | Destroy (self) |
| def | ElementExists (self, meshComponentNumber, elementUserNumber) |
| def | ElementsGet (self, meshComponentNumber, meshElements) |
| def | Finalise (self) |
| def | NodeExists (self, meshComponentNumber, nodeUserNumber) |
| def | NodesGet (self, meshComponentNumber, meshNodes) |
| def | NumberOfComponentsGet (self) |
| def | NumberOfComponentsSet (self, numberOfComponents) |
| def | NumberOfElementsGet (self) |
| def | NumberOfElementsSet (self, numberOfElements) |
| def | SurroundingElementsCalculateSet (self, surroundingElementsCalculateFlag) |
| def | TopologyDataPointsCalculateProjection (self, DataProjection) |
Public Attributes | |
| cmiss_type | |
Properties | |
| numberOfComponents = property(NumberOfComponentsGet, NumberOfComponentsSet, None, ) | |
| surroundingElementsCalculate = property(None, SurroundingElementsCalculateSet, None, ) | |
| numberOfElements = property(NumberOfElementsGet, NumberOfElementsSet, None, ) | |
| def iron.Mesh.__init__ | ( | self | ) |
| def iron.Mesh.CreateFinish | ( | self | ) |
| def iron.Mesh.CreateStart | ( | self, | |
| meshUserNumber, | |||
| region, | |||
| numberOfDimensions | |||
| ) |
Starts the creation of a mesh for a mesh identified by an object. :param meshUserNumber: The user number of the mesh to start the creation of. :type meshUserNumber: int :param region: The region containing the mesh to start the creation of. :type region: Region :param numberOfDimensions: The number of dimensions for the mesh. :type numberOfDimensions: int :rtype: None
| def iron.Mesh.CreateStartInterface | ( | self, | |
| meshUserNumber, | |||
| interface, | |||
| numberOfDimensions | |||
| ) |
Starts the creation of a mesh for a mesh identified by an object. :param meshUserNumber: The user number of the mesh to start the creation of. :type meshUserNumber: int :param interface: The interface containing the mesh to start the creation of. :type interface: Interface :param numberOfDimensions: The number of dimensions for the mesh. :type numberOfDimensions: int :rtype: None
| def iron.Mesh.Destroy | ( | self | ) |
| def iron.Mesh.ElementExists | ( | self, | |
| meshComponentNumber, | |||
| elementUserNumber | |||
| ) |
Checks if the given element exists on the given mesh component. :param meshComponentNumber: The mesh component number to check the element for. :type meshComponentNumber: int :param elementUserNumber: The user number of the element to check. :type elementUserNumber: int :returns: elementExists. True if the element exists, false otherwise. :rtype: bool
| def iron.Mesh.ElementsGet | ( | self, | |
| meshComponentNumber, | |||
| meshElements | |||
| ) |
| def iron.Mesh.Finalise | ( | self | ) |
| def iron.Mesh.NodeExists | ( | self, | |
| meshComponentNumber, | |||
| nodeUserNumber | |||
| ) |
Checks if the given node exists on the given mesh component. :param meshComponentNumber: The mesh component number to check the node for. :type meshComponentNumber: int :param nodeUserNumber: The user number of the node to check. :type nodeUserNumber: int :returns: nodeExists. True if the node exists, false otherwise. :rtype: bool
| def iron.Mesh.NodesGet | ( | self, | |
| meshComponentNumber, | |||
| meshNodes | |||
| ) |
Returns the mesh nodes for a mesh component on a mesh identified by an object. :param meshComponentNumber: The mesh component number to get the nodes for. :type meshComponentNumber: int :param meshNodes: On return, the mesh nodes. :type meshNodes: MeshNodes :rtype: None
| def iron.Mesh.NumberOfComponentsGet | ( | self | ) |
| def iron.Mesh.NumberOfComponentsSet | ( | self, | |
| numberOfComponents | |||
| ) |
| def iron.Mesh.NumberOfElementsGet | ( | self | ) |
| def iron.Mesh.NumberOfElementsSet | ( | self, | |
| numberOfElements | |||
| ) |
| def iron.Mesh.SurroundingElementsCalculateSet | ( | self, | |
| surroundingElementsCalculateFlag | |||
| ) |
| def iron.Mesh.TopologyDataPointsCalculateProjection | ( | self, | |
| DataProjection | |||
| ) |
|
static |
|
static |
|
static |