CIRCLE CR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CIRCLE_2C <circle number>, <point>, <radius> |description=This command is used to create a circle from a point, given the radius. |param1=<circle>|param1_desc...
 
MikeO (talk | contribs)
No edit summary
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=CIRCLE_2C <[[circle number]]>, <[[point]]>, <[[radius]]>
[[Geometry:Creating_Geometry|{{Up}}]]
|description=This command is used to create a circle from a point, given the radius.


|param1=<circle>|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_cr.png|right|CIRCLE_CR]]CIRCLE_2C <circle number>, <point>, <radius>
|param2=<point>|param2_desc= This refers to a previously defined point (1 to 100), this should be given in the format P(Number).
|description=:Create a [[macro_circle|circle]] given the center point and radius.
|param3=<radius>|param3_desc= The radius of a circle in either inches or mm (inches are default)
 
|param1=<circle number>|param1_desc= {{create circle number}}
|param2=<point>|param2_desc= {{point}}
|param3=<radius>|param3_desc= {{circle_radius}}
}}
}}


===Example===
===Example===
:- CIRCLE_2C 2, P6, 3
:CIRCLE_2C 1, 1, 2


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

Latest revision as of 19:02, 10 August 2010

Up

Command

CIRCLE_CR
CIRCLE_CR
CIRCLE_2C <circle number>, <point>, <radius>


Create a circle given the center point and radius.

Parameters

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

Example

CIRCLE_2C 1, 1, 2