Difference between revisions of "Manuals/calci/CIRCLE"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''CIRCLE('''SomeCenterX, SomeCenterY, Radius) where, '''SomeCenterX '''- represents the x coordinate. '''S...") |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''CIRCLE (Width,Left,Top)'''</div><br/> |
− | |||
− | '''CIRCLE(''' | ||
where, | where, | ||
+ | *<math>Width</math> represents the X coordinate point, | ||
+ | *<math>Left</math> represents the Y coordinate point, and | ||
+ | *<math>Top</math> represents the radius of circle. | ||
+ | **CIRCLE(), are simple closed curves which divide the plane into an interior and an exterior. The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. An arc is any connected part of a circle. | ||
− | + | == Description == | |
− | + | CIRCLE (Width,Left,Top) | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | + | *Circles are simple closed curves which divide the plane into an interior and an exterior. |
− | + | *<math>Width</math> and <math>Left</math> can be positive or negative. | |
− | < | + | *<math>Width</math> and <math>Left</math> can be omitted by using the function as CIRCLE(Radius). |
+ | *The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. | ||
+ | *An arc is any connected part of a circle. | ||
− | + | == Examples == | |
− | |||
− | |||
− | CIRCLE | + | 1) =CIRCLE(30,50,200) : Displays a circle with X coordinate as '30', Y coordinate as '50' and radius '200'. |
− | + | 2) =CIRCLE(100) : Displays a circle with radius 100. | |
− | |||
− | |||
− | + | 3) =ZC(1..50@CIRCLE) : Displays circles with radius 1,2,3...50 on a new Zcube. | |
− | + | 4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube. | |
− | + | ==Related Videos== | |
− | + | {{#ev:youtube|jyLRpr2P0MQ|280|center|CIRCLE}} | |
− | + | == See Also == | |
− | + | *[[Manuals/calci/SPHERE | SPHERE]] | |
− | + | == References == | |
− | + | *[http://en.wikipedia.org/wiki/Circle Circle] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 16:36, 22 August 2018
CIRCLE (Width,Left,Top)
where,
- represents the X coordinate point,
- represents the Y coordinate point, and
- represents the radius of circle.
- CIRCLE(), are simple closed curves which divide the plane into an interior and an exterior. The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area. An arc is any connected part of a circle.
Description
CIRCLE (Width,Left,Top)
- Circles are simple closed curves which divide the plane into an interior and an exterior.
- and can be positive or negative.
- and can be omitted by using the function as CIRCLE(Radius).
- The circumference of a circle is the perimeter of the circle, and the interior of the circle is called a Area.
- An arc is any connected part of a circle.
Examples
1) =CIRCLE(30,50,200) : Displays a circle with X coordinate as '30', Y coordinate as '50' and radius '200'.
2) =CIRCLE(100) : Displays a circle with radius 100.
3) =ZC(1..50@CIRCLE) : Displays circles with radius 1,2,3...50 on a new Zcube.
4) =ZC(20..100..10@CIRCLE) : Displays circles in steps of 10 with radius 20,30,40...100 on a new Zcube.
Related Videos
See Also
References