Difference between revisions of "InfiniteCylinder Command"

From GeoGebra Manual
Jump to: navigation, search
m (makeup: added italics to objects names)
(command syntax: changed [ ] into ( ))
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{betamanual|version=5.0}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
{{command|3D}}
+
;InfiniteCylinder( <Line>, <Radius> )
;InfiniteCylinder[ <Point P>, <Vector v>, <Radius r> ]:Creates an infinite cylinder radius ''r'' with axis of symmetry through ''P'' parallel to ''v''.
+
:Creates an infinite cylinder with given radius and given line as an axis of symmetry.
;InfiniteCylinder[ <Point P>, <Point Q>, <Radius r> ]:Creates an infinite cylinder radius ''r'' with line ''PQ'' as 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>}}
;InfiniteCylinder[ <Line a>, <Radius r> ]:Creates an infinite cylinder radius ''r'' with axis of symmetry ''a''.
+
;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|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