ofmodel_setmodelscale Subroutine

public subroutine ofmodel_setmodelscale(x, y, z)

Set 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(in) :: x

Scale along X axis.

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

Scale along Y axis.

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

Scale along Z axis.