| OpenCMISS-Iron FORTRAN API Documentation
    | 
Returns the coordinate system orign. More...
| Private Member Functions | |
| subroutine | cmfe_coordinatesystem_origingetnumber (coordinateSystemUserNumber, origin, err) | 
| Returns the origin of a coordinate system identified by a user number.  More... | |
| subroutine | cmfe_coordinatesystem_origingetobj (coordinateSystem, origin, err) | 
| Returns the origin of a coordinate system identified by an object.  More... | |
Returns the coordinate system orign.
Definition at line 1627 of file opencmiss_iron.f90.
| 
 | private | 
Returns the origin of a coordinate system identified by a user number.
| [in] | coordinatesystemusernumber | The user number of the coordinate system to get the origin for. | 
| [out] | origin | On return, the orign of the coordinate system. | 
| [out] | err | The error code. | 
Definition at line 18934 of file opencmiss_iron.f90.
| 
 | private | 
Returns the origin of a coordinate system identified by an object.
| [in] | coordinatesystem | The coordinate system to get the origin for. | 
| [out] | origin | On return, the origin of the coordinate system. | 
| [out] | err | The error code. | 
Definition at line 18970 of file opencmiss_iron.f90.