AM_SET_CATCH_PARAMETERS
---->(AM_SET_CATCH_PARAMETERS)---+---+---(:NEXT_CATCH)-----------+----+---->
| | | |
| +---(:PERMANENT)------------+ |
| |
| |
+---+---(:ALL)------------------+----+
| | | |
| +---(:VERTEX)---------------+ |
| | | |
| +---(:INTERSECTION)---------+ |
| | | |
| +---(:ELEM)-----------------+ |
| | | |
| +---(:CENTER)---------------+ |
| | | |
| +---(:OFF)------------------+ |
| |
| |
+------(:CURSOR_RANGE)---|pixels|----+
- :NEXT_CATCH sets the catch settings valid only for the next
operation of catch.
- :PERMANENT sets the catch settings the default settings, valid
for all subsequent catches.
- :ALL specifies to catch to all elements.
- :VERTEX specifies to catch to vertices.
- :INTERSECTION specifies to catch to intersection points.
- :ELEM specifies to catch to geometry elements.
- :CENTER specifies to catch to the center of an element.
- :CURSOR_RANGE specifies the range in pixels over which catch
should operate.
Use this action to set the catch parameters before performing a
catch operation.