Difference between revisions of "IntersectConic Command"

From GeoGebra Manual
Jump to: navigation, search
m
(command syntax: changed [ ] into ( ))
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|3D}}
;IntersectConic[ <Plane>, <Quadric> ]
+
;IntersectConic( <Plane>, <Quadric> )
 
:Intersects the plane with the quadric.
 
:Intersects the plane with the quadric.
;IntersectConic[ <Quadric>, <Quadric> ]
+
;IntersectConic( <Quadric>, <Quadric> )
 
:Returns a conic defined in case where the intersection is actually a conic.
 
:Returns a conic defined in case where the intersection is actually a conic.
:{{example| 1=<div><code><nowiki>IntersectConic[sphere1, sphere2]</nowiki></code> creates the intersection conic of two spheres.</div>}}
+
:{{example| 1=<div><code><nowiki>IntersectConic(sphere1, sphere2)</nowiki></code> creates the intersection conic of two spheres.</div>}}
 
{{Note| See also [[Intersect Command|Intersect]] and [[IntersectPath Command|IntersectPath]] commands.}}
 
{{Note| See also [[Intersect Command|Intersect]] and [[IntersectPath Command|IntersectPath]] commands.}}

Latest revision as of 11:56, 30 September 2017


IntersectConic( <Plane>, <Quadric> )
Intersects the plane with the quadric.
IntersectConic( <Quadric>, <Quadric> )
Returns a conic defined in case where the intersection is actually a conic.
Example:
IntersectConic(sphere1, sphere2) creates the intersection conic of two spheres.
Note: See also Intersect and IntersectPath commands.
© 2024 International GeoGebra Institute