Difference between revisions of "Prism Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "" to "")
(command syntax: changed [ ] into ( ))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
+
;Prism( <Point>, <Point>, ... )
;Prism[ <Point>, <Point>, ...]
 
 
:Returns a prism defined by the given points.
 
:Returns a prism defined by the given points.
:{{example| 1=<div><code><nowiki>Prism[A, B, C, D]</nowiki></code> creates the prism with base ABC and top DEF. The vectors AD, BE, CF are equal.</div>}}
+
:{{example| 1=<div><code><nowiki>Prism(A, B, C, D)</nowiki></code> creates the prism with base ABC and top DEF. The vectors AD, BE, CF are equal.</div>}}
;Prism[ <Polygon>, <Point>]
+
;Prism( <Polygon>, <Point> )
 
:Creates a prism with the given polygon as base and the point as first top point.  
 
:Creates a prism with the given polygon as base and the point as first top point.  
:{{example| 1=<div><code><nowiki>Prism[poly1, A]</nowiki></code> creates a prism with base ''poly1'' and top point ''A''.</div>}}
+
:{{example| 1=<div><code><nowiki>Prism(poly1, A)</nowiki></code> creates a prism with base ''poly1'' and top point ''A''.</div>}}
;Prism[ <Polygon>, <Height value>]
+
;Prism( <Polygon>, <Height value> )
 
:Creates a right prism with the polygon as base and given height.  
 
:Creates a right prism with the polygon as base and given height.  
:{{example| 1=<div><code><nowiki>Prism[poly1, 3]</nowiki></code> creates a prism with basis ''poly1'' and height 3.</div>}}
+
:{{example| 1=<div><code><nowiki>Prism(poly1, 3)</nowiki></code> creates a prism with base ''poly1'' and height 3.</div>}}
{{Note| See also [[Image:Mode_prism_32.gif]] [[Prism Tool|Prism]] and [[Image:Mode_extrusion_32.gif]] [[Extrude to Prism or Cylinder Tool|Extrude to Prism]] tools.}}
+
{{Note| See also [[File:Mode prism.svg|link=|24px]] [[Prism Tool|Prism]] and [[Image:Mode extrusion.svg|link=|24px]] [[Extrude to Prism or Cylinder Tool|Extrude to Prism]] tools.}}

Latest revision as of 12:03, 30 September 2017


Prism( <Point>, <Point>, ... )
Returns a prism defined by the given points.
Example:
Prism(A, B, C, D) creates the prism with base ABC and top DEF. The vectors AD, BE, CF are equal.
Prism( <Polygon>, <Point> )
Creates a prism with the given polygon as base and the point as first top point.
Example:
Prism(poly1, A) creates a prism with base poly1 and top point A.
Prism( <Polygon>, <Height value> )
Creates a right prism with the polygon as base and given height.
Example:
Prism(poly1, 3) creates a prism with base poly1 and height 3.
Note: See also Mode prism.svg Prism and Mode extrusion.svg Extrude to Prism tools.
© 2024 International GeoGebra Institute