ofmodel_getmodelscale Subroutine

public subroutine ofmodel_getmodelscale(x, y, z)

Get the scale wrt the local origin of the current model.

This applies to the current active Model.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(out) :: x

Returned scale along X axis.

real(kind=real64), intent(out) :: y

Returned scale along Y axis.

real(kind=real64), intent(out) :: z

Returned scale along Z axis.