AM_GEO_LINE_2POS creates a line by two points.
+-------------------------<-------------------------+
| |
| |
---->(AM_GEO_LINE_2POS)--(:GO :OK)--+(*)---(:OWNER)---|AM_GEO_SET_DOMAIN|---(:GO :OK)---+---->
| |
| |
+----|begin pnt|----|end pnt|-----------------------+
(*) necessary when the default owner is not set
- :GO :OK is necessary for setting the owner of the geometry.
- :OWNER specifies the owner of the geometry using the AM_GEO_SET_DOMAIN subaction.
Specify two points defining the line.
Use this action to draw a straight line by giving its end points.
AM_GEO_SET_DOMAIN interrupt action,
AM_GEO_LINE_ANGLE terminate action,
AM_GEO_LINE_HORIZONTAL terminate action,
AM_GEO_LINE_VERTICAL terminate action