Difference between revisions of "IntersectPath Command"

From GeoGebra Manual
Jump to: navigation, search
m (spacing)
Line 4: Line 4:
 
:Creates the intersection path between line and polygon.  
 
:Creates the intersection path between line and polygon.  
 
:{{example| 1=<div><code><nowiki>IntersectPath[ a, triangle ]</nowiki></code>creates a segment between the first and second intersection point of line a and triangle.</div>}}
 
:{{example| 1=<div><code><nowiki>IntersectPath[ a, triangle ]</nowiki></code>creates a segment between the first and second intersection point of line a and triangle.</div>}}
;IntersectPath[ <Line>, <Conic> ]
 
:Creates the intersection path between line and conic.
 
 
;IntersectPath[ <Plane>, <Polygon> ]
 
;IntersectPath[ <Plane>, <Polygon> ]
 
:Creates the intersection path between plane and polygon.  
 
:Creates the intersection path between plane and polygon.  
 
;IntersectPath[ <Plane>, <Quadric> ]
 
;IntersectPath[ <Plane>, <Quadric> ]
 
:Creates the intersection path between plane and quadric.
 
:Creates the intersection path between plane and quadric.

Revision as of 13:03, 13 August 2014



IntersectPath[ <Line>, <Polygon> ]
Creates the intersection path between line and polygon.
Example:
IntersectPath[ a, triangle ]creates a segment between the first and second intersection point of line a and triangle.
IntersectPath[ <Plane>, <Polygon> ]
Creates the intersection path between plane and polygon.
IntersectPath[ <Plane>, <Quadric> ]
Creates the intersection path between plane and quadric.
© 2024 International GeoGebra Institute