POINT LC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 15: Line 15:
:POINT_LC 4, 1, 1, 2
:POINT_LC 4, 1, 1, 2


:For an example macro see [[Contour_2]]




[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 14:33, 13 August 2010

Up

Command

POINT_LC
POINT_LC
POINT_LC <point number>, <line>, <circle>, <option>


Create a point where a circle and a line intersect.

Parameters

<point number>
The number of the point to be created.
A number between 1 and 100.
<line>
The number of an existing line.
<circle>
The number of an existing circle.
<option>
1 or 2, to select one of the 2 possible solutions.

Example

POINT_LC 3, 1, 1, 1
POINT_LC 4, 1, 1, 2
For an example macro see Contour_2