| OpenCMISS-Iron FORTRAN API Documentation
    | 
Sets/changes the coordinate system orign. More...
| Private Member Functions | |
| subroutine | cmfe_coordinatesystem_originsetnumber (coordinateSystemUserNumber, origin, err) | 
| Sets/changes the origin of a coordinate system identified by a user number.  More... | |
| subroutine | cmfe_coordinatesystem_originsetobj (coordinateSystem, origin, err) | 
| Sets/changes the origin of a coordinate system identified by an object.  More... | |
Sets/changes the coordinate system orign.
Definition at line 1633 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the origin of a coordinate system identified by a user number.
| [in] | coordinatesystemusernumber | The user number of the coordinate system to set the origin for. | 
| [in] | origin | The orign of the coordinate system to set. | 
| [out] | err | The error code. | 
Definition at line 18996 of file opencmiss_iron.f90.
| 
 | private | 
Sets/changes the origin of a coordinate system identified by an object.
| [in] | coordinatesystem | The coordinate system to set the origin for. | 
| [in] | origin | The origin of the coordinate system to set. | 
| [out] | err | The error code. | 
Definition at line 19032 of file opencmiss_iron.f90.