Difference between revisions of "SetPointSize Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
;SetPointSize[ <Point>, <Number> ]
+
;SetPointSize( <Point>, <Number> )
 
:Changes the size of the point.
 
:Changes the size of the point.
;SetPointSize[ <Polygon>, <Number> ]
+
;SetPointSize( <Polygon>, <Number> )
 
:Changes the size of a polygon's points.
 
:Changes the size of a polygon's points.
;SetPointSize[ <Polyhedron>, <Number> ]
+
;SetPointSize( <Polyhedron>, <Number> )
 
:Changes the size of a polyhedron's points.
 
:Changes the size of a polyhedron's points.
;SetPointSize[ <Net>, <Number> ]
+
;SetPointSize( <Net>, <Number> )
 
:Changes the size of a net's points.
 
:Changes the size of a net's points.
  

Revision as of 17:16, 7 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