Google Classroom
GeoGebraGeoGebra Classroom

Copy of Check box in 3D view

Description

Tambahkan teks yang tampak seperti "kotak centang" untuk menampilkan atau menyembunyikan objek. Solusi oleh Rami dari forum GeoGebra: https://help.geogebra.org/topic/checkbox-in-3d-view

Script Part I

A = (0,0,0) B = (2,0,0) a = Sphere(A, B) ShowObjBool = false Checkbox = ""+If(ShowObjBool, UnicodeToLetter(9745), UnicodeToLetter(9744))+" CheckBox"

Script Part II

#In the text we need to add the following script on the click tab: SetValue(ShowObjBool, !ShowObjBool)

Demo