Difference between revisions of "InfiniteCylinder Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}{{command|3D}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
;InfiniteCylinder[ <Line>, <Radius> ]
+
;InfiniteCylinder( <Line>, <Radius> )
 
:Creates an infinite cylinder with given radius and given line as an axis of symmetry.
 
:Creates an infinite cylinder with given radius and given line as an axis of symmetry.
:{{example|1=<div><code>InfiniteCylinder[ xAxis, 2 ]</code> creates an infinite cylinder with radius 2 and with the x-axis as axis of symmetry.</div>}}
+
:{{example|1=<div><code>InfiniteCylinder( xAxis, 2 )</code> creates an infinite cylinder with radius 2 and with the x-axis as axis of symmetry.</div>}}
;InfiniteCylinder[ <Point>, <Vector>, <Radius > ]
+
;InfiniteCylinder( <Point>, <Vector>, <Radius > )
 
:Creates an infinite cylinder with given radius and with axis of symmetry through a given point parallel to the vector.  
 
:Creates an infinite cylinder with given radius and with axis of symmetry through a given point parallel to the vector.  
  
;InfiniteCylinder[ <Point>, <Point>, <Radius> ]
+
;InfiniteCylinder( <Point>, <Point>, <Radius> )
 
:Creates an infinite cylinder with given radius and with line through two points as an axis of symmetry.
 
:Creates an infinite cylinder with given radius and with line through two points as an axis of symmetry.
  
{{Note| See also the [[Cylinder Command|Cylinder]] command and [[File:Mode_cylinder_32.gif]] [[Cylinder Tool|Cylinder]] tool.}}
+
:{{Note| See also the [[Cylinder Command|Cylinder]] command and [[File:Mode cylinder.svg|link=|24px]] [[Cylinder Tool|Cylinder]] tool.}}

Latest revision as of 12:56, 30 September 2017


InfiniteCylinder( <Line>, <Radius> )
Creates an infinite cylinder with given radius and given line as an axis of symmetry.
Example:
InfiniteCylinder( xAxis, 2 ) creates an infinite cylinder with radius 2 and with the x-axis as axis of symmetry.
InfiniteCylinder( <Point>, <Vector>, <Radius > )
Creates an infinite cylinder with given radius and with axis of symmetry through a given point parallel to the vector.
InfiniteCylinder( <Point>, <Point>, <Radius> )
Creates an infinite cylinder with given radius and with line through two points as an axis of symmetry.
Note: See also the Cylinder command and Mode cylinder.svg Cylinder tool.
© 2024 International GeoGebra Institute