Difference between revisions of "SetViewDirection Command"

From GeoGebra Manual
Jump to: navigation, search
m (updated icon)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
 
;SetViewDirection[ <Direction> ]  
 
;SetViewDirection[ <Direction> ]  
:Sets the 3D view orientation regarding the direction.
+
:Sets the direction of the 3D view orientation depending on the given object.
:{{example| 1=<div><code><nowiki>SetViewDirection[(0, 0, 1)]</nowiki></code></div>}}
+
:{{example| 1=<code><nowiki>SetViewDirection[(0, 0, 1)]</nowiki></code>}}
 +
 
 +
;SetViewDirection[ <Direction>, <Boolean animated> ]
 +
:Sets the direction of the 3D view orientation depending on the given object, with optional animation.
 +
:{{example|1=In order to obtain the rotation of the 3D view, depending on the values of a previously created slider ''α'', use the command <code><nowiki>SetViewDirection[Vector[(1; α; -30°)], false]</nowiki></code> in the ''OnUpdate'' scripting tab of slider ''α''.}}
 +
 
 
{{note| 1=
 
{{note| 1=
*The view direction can also be set towards a line, segment, plane, etc.
+
*The view direction can be set towards a line, segment, plane, etc.
*See also [[Image:Mode viewinfrontof.svg|link=|24px]] [[View in front of Tool|View in front of]] tool.}}
+
*See also [[Image:Mode viewinfrontof.png|link=|24px]] [[View in front of Tool|View in front of]] tool.}}

Revision as of 09:04, 13 September 2016


SetViewDirection[ <Direction> ]
Sets the direction of the 3D view orientation depending on the given object.
Example: SetViewDirection[(0, 0, 1)]


SetViewDirection[ <Direction>, <Boolean animated> ]
Sets the direction of the 3D view orientation depending on the given object, with optional animation.
Example: In order to obtain the rotation of the 3D view, depending on the values of a previously created slider α, use the command SetViewDirection[Vector[(1; α; -30°)], false] in the OnUpdate scripting tab of slider α.


Note:
  • The view direction can be set towards a line, segment, plane, etc.
  • See also Mode viewinfrontof.png View in front of tool.
© 2024 International GeoGebra Institute