Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | regionmanager |
csys | in | Default Coordinate System for use in world regions | |
Allowed: | Coordinate tool | ||
verbose | in | Issue message each time used | |
Allowed: | T or F | ||
Default: | T |
Normally, the world region creating functions like wbox and wpolygon will issue a message each time the private Coordinate System is used. However, if you set verbose=F then this will not occur.
- im := image('quiqui') - cs := im.coordsys() - drm.setcoordinates(cs) - r1 := drm.wbox() Using private CoordinateSystem from image "quiqui"