Difference between revisions of "SetPointSize Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
(command syntax: changed [ ] into ( ))
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
<noinclude>{{Manual Page|version=4.0}}<noinclude/>
+
;SetPointSize( <Point>, <Number> )
{{command|scripting}}
+
:Changes the size of the point.
;SetPointSize[ <Point>, <Number> ]
+
;SetPointSize( <Polygon>, <Number> )
:{{description}}
+
:Changes the size of a polygon's points.
 +
;SetPointSize( <Polyhedron>, <Number> )
 +
:Changes the size of a polyhedron's points.
 +
;SetPointSize( <Net>, <Number> )
 +
:Changes the size of a net's points.
 +
 
 +
{{Notes|1=
 +
Also works for lists of (unlabeled) points, e.g. let list={(1, 2), (3, 4)}. Than <code><nowiki>SetPointSize(list,5)</nowiki></code> changes the size of the listed points.
 +
}}

Latest revision as of 09:11, 12 October 2017


SetPointSize( <Point>, <Number> )
Changes the size of the point.
SetPointSize( <Polygon>, <Number> )
Changes the size of a polygon's points.
SetPointSize( <Polyhedron>, <Number> )
Changes the size of a polyhedron's points.
SetPointSize( <Net>, <Number> )
Changes the size of a net's points.
Notes: Also works for lists of (unlabeled) points, e.g. let list={(1, 2), (3, 4)}. Than SetPointSize(list,5) changes the size of the listed points.
© 2024 International GeoGebra Institute