CIRCLE PL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|syntax=CIRCLE_PL <[[circle number]]>, <[[point]]>, <[[line]]>, <[[option]]>
[[Geometry:Creating_Geometry|{{Up}}]]
|description=This command is used to create a circle where a given point lies on the circle, and the given line is tangent to the circle, the option is to determine which side the circle is on <br/>to define a radius, see [[CIRCLE PLR]].


|param1=<circle number>|param1_desc= The number of the circle (1 to 100) to be defined.This is a number used by the macro to create other geometry.
{{Command|syntax=[[Image:circle_pl.png|right|CIRCLE_PL]]CIRCLE_PL <circle number>, <point>, <line>
|param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
|description=:Creates a [[macro_circle|circle]] where the given point is the center and the given line is tangent to the circle.
|param3=<line>|param3_desc= This refers to a previously defined point (1 to 100), this should be given in the format L(Number).
 
|param4=<option>|param4_desc= A value of 1 or 2 for choosing different options when creating objects.
|param1=<circle number>|param1_desc= {{create circle number}}
|param2=<point>|param2_desc= {{point}}
|param3=<line>|param3_desc= {{line}}
}}
}}


===Example===
===Example===
:- CIRCLE_PL 3, 6, 1, 2
:CIRCLE_PL 1, 2, 1


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

Latest revision as of 22:43, 2 August 2010

Up

Command

CIRCLE_PL
CIRCLE_PL
CIRCLE_PL <circle number>, <point>, <line>


Creates a circle where the given point is the center and the given line is tangent to the circle.

Parameters

<circle number>
The number of the circle to be created.
A number between 1 and 100.
<point>
The number of an existing point.
<line>
The number of an existing line.

Example

CIRCLE_PL 1, 2, 1