POINT LC: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=POINT_LC <point number>, <line>, <circle>, |description=this is used to create a point between a line and a circle |param1=<point number>|param1_desc= the nu... |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | [[Geometry:Creating_Geometry|{{Up}}]] | ||
|param1=<point number>|param1_desc= | {{Command|syntax=[[Image:point_lc.png|right|POINT_LC]]POINT_LC <point number>, <line>, <circle>, <option> | ||
|param2=<line>|param2_desc= | |description=:Create a [[macro_point|point]] where a circle and a line intersect. | ||
|param3=<circle>|param3_desc= | |||
|param1=<point number>|param1_desc= {{create point number}} | |||
|param2=<line>|param2_desc= {{line}} | |||
|param3=<circle>|param3_desc= {{circle}} | |||
|param4=<option>|param4_desc= {{1-2option}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :POINT_LC 3, 1, 1, 1 | ||
: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
Command
- 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