ofmodel_setmodelpivot Subroutine

public subroutine ofmodel_setmodelpivot(x, y, z)

Set the model pivot point wrt the local origin of the current model.

This is the point about which all rotations and scales take place.

This applies to the current active Model.

Arguments

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

X position of pivot point.

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

Y position of pivot point.

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

Z position of pivot point.