select cameratoolbar by axes

조회 수: 1 (최근 30일)
Bruno Luong
Bruno Luong 2019년 12월 1일
When using standard zoom/pan/rotate3D we can disable the axes that would not under the interaction with user by
setAllowAxesZoom(hz,axh, false);
setAllowAxesPan(hp,axh, false);
setAllowAxesRotate(hr,axh, false);
where hz, hp, hr are handles of zoom/pan/rotate3d objects and axh is the axes handle.
However with interaction using
cameratoolbar(...)
I can not find a way to do the same thing (disable the axes not subject to interaction).
Do I miss some function that can achieve that goal?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by