Kategorie: Objekte
/ Suche
Ab Engineversion: 8.0 OC
Find_Cone
Beschreibung
Search criterion: finds all objects within the cone with specified radius, cone angle and cone width with the tip of the cone originating at the specified coordinates. If no coordinates are specified, the position of the calling object is used.
Syntax
array Find_Cone(int radius, int cone_angle, int cone_width, int x, int y, int prec_angle);
Parameter
- radius:
- Cone radius.
- cone_angle:
- The angle in which direction the cone points, zero means upwards and positive angles rotate clockwise.
- cone_width:
- The angular width of the cone, all object within an angle of
cone_angle - cone_width
andcone_angle + cone_width
will be found. - x:
- [opt] Bezugspunkt für den Abstand. Bei lokalem Aufruf Offset zum aufrufenden Objekt.
- y:
- [opt] Bezugspunkt für den Abstand. Bei lokalem Aufruf Offset zum aufrufenden Objekt.
- prec_angle:
- [opt] Precision for the
cone_angle
andcone_width
parameters. For a higher precision while working with integers (whole numbers) you can specify a higher precision value. A precision of 10 will induce an angle range from 0 to 3600.
Anmerkung
Für weitere Informationen und Beispiele zur Benutzung dieser Funktion sehe FindObjects.
Siehe auch: FindObjects