POINT 2C: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=POINT_2C <point number>, <circle>, <circle>, |description=This is used to create a point between a 2 circles. |param1=<point number>|param1_desc= The number ... |
No edit summary |
||
(12 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_2c.png|right|POINT_2C]]POINT_2C <point number>, <circle 1>, <circle 2>, <option> | ||
|param2=< | |description=:Create a [[macro_point|point]] where 2 circles intersect. | ||
|param3=<circle>|param3_desc= | |||
|param1=<point number>|param1_desc= {{create point number}} | |||
|param2=<circle 1>|param2_desc= {{circle}} | |||
|param3=<circle 2>|param3_desc= {{circle}} | |||
|param4=<option>|param4_desc= {{1-2option}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :POINT_2C 5, 1, 2, 1 | ||
:POINT_2C 6, 1, 2, 2 | |||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 23:01, 2 August 2010
Command
- Create a point where 2 circles intersect.
Parameters
- <point number>
- The number of the point to be created.
- A number between 1 and 100.
- <circle 1>
- The number of an existing circle.
- <circle 2>
- The number of an existing circle.
- <option>
- 1 or 2, to select one of the 2 possible solutions.
Example
- POINT_2C 5, 1, 2, 1
- POINT_2C 6, 1, 2, 2