MásolatCsatolásaNézethez parancs

Innen: GeoGebra Manual
A lap korábbi változatát látod, amilyen Gabriela Ferenczy (vitalap | szerkesztései) 2014. július 28., 15:01-kor történt szerkesztése után volt.
Accessories dictionary.png
Ez az oldal a hivatalos használati útmutató nyomtható és PDF-be menthető része. A felépítése miatt az egyszerű felhasználók ezt nem szerkeszthetik. Ha bármilyen hibát találna, kérjük, jelezze felénk.Ugrás a felhasználók által szerkeszthető változathoz.


MásolatCsatolásaNézethez[ <Objektum>, <Nézet 0|1|2> ]

If View = 0, a copy of given object is created. For View = 1 or View = 2 this command creates a dependent copy of given object whose size in given Graphics View is constant.
Példa:
Let poly = Polygon[(0, 0), (1, 0), (1, 1), (0, 1)].
If Graphics View 1 is active, AttachCopyToView[poly, 1] creates a square with the same size at the same position.
Jegyzet: Once the copy is created, three other arguments are added to the command definition.

MásolatCsatolásaNézethez[ <Objektum>, <Nézet 0|1|2>, <Pont 1>, <Pont 2>, <Képernyő pont 1>, <Képernyő pont 2> ]

If View = 0, a copy of given object is created. For View = 1 or View = 2 this command creates a dependent copy of given object whose size in given Graphics View is transformed using the affine transform that maps Point 1 to a point whose screen coordinates (in pixels) are equal to Screen Point 1, and Point 2 to a point with screen coordinates equal to Screen Point 2.
Példa:
Let poly = Polygon[(0, 0), (1, 0), (1, 1), (0, 1)].
If Graphics View 1 is active, AttachCopyToView[poly, 1, (0, 0), (1, 1), (0, 0), (100, 100)] creates a 100px x 100px square in the top left corner of the Graphics View.
© 2024 International GeoGebra Institute