Difference between revisions of "SetViewDirection Command"

From GeoGebra Manual
Jump to: navigation, search
(Missing syntax SetViewDirection())
m (typo)
Line 5: Line 5:
  
 
;SetViewDirection( )  
 
;SetViewDirection( )  
:Sets the direction of the 3D view orientation to the default position..
+
:Sets the direction of the 3D view orientation to the default position.
 
:{{example| 1=<code><nowiki>SetViewDirection()</nowiki></code>}}
 
:{{example| 1=<code><nowiki>SetViewDirection()</nowiki></code>}}
  

Revision as of 16:47, 29 July 2019


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


SetViewDirection( )
Sets the direction of the 3D view orientation to the default position.
Example: SetViewDirection()


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