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