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