CoCreate OneSpace Designer - Commands Reference Manual
AM_CREATE_REFLINE_IR is the interrupt action form of the
AM_CREATE_REFLINE function. It can be called from the
Text menu and the symbol creation menus. The source of
a reference line must be owned by a view or a sketch.
---->(AM_CREATE_REFLINE)------(:SOURCE)------|text/symbol|-----------+
|
|
---->(AM_CREATE_REFLINE_IR)------------------------------------------+
|
+--------------------<---------------------+
|
+---+------------->---------------+--------+
| | |
+------(:NONE_TO_SRC)---------+ |
| | |
+------(:HORIZ_TO_SRC)--------+ |
| | V
+------(:VERT_TO_SRC)---------+ |
| | |
+------(:PERP_TO_SRC)---------+ |
| | |
+------(:PARAL_TO_SRC)--------+ |
|
+--------------------<---------------------+
|
+---+--------->----------+------|pnt|------+
| | |
+---(:USER_DEFINED)--+ |
| |
+---(:PRE_DEFINED)---+ |
| |
+-----------------+ |
| |
+-----(:UPPER_LEFT)--------+---+ |
| | | |
+-----(:UPPER_MIDDLE)------+ | |
| | | |
+-----(:UPPER_RIGHT)-------+ V V
| | | |
+-----(:MIDDLE_LEFT)-------+ | |
| | | |
+-----(:MIDDLE_MIDDLE)-----+ | |
| | | |
+-----(:MIDDLE_RIGHT)------+ | |
| | | |
+-----(:LOWER_LEFT)--------+ | |
| | | |
+-----(:LOWER_MIDDLE)------+ | |
| | | |
+-----(:LOWER_RIGHT)-------+ | |
| |
+-------------------<-----------------+ V
| |
+-+----------------->------------------+---+
| | |
+-(:ATT_U_OFFSET)--|positive-length|-+ |
| | |
+-(:ATT_V_OFFSET)--|positive-length|-+ |
|
+-------------------<----------------------+
|
| +---------------<-------------------+
| | |
+---+--------------|pnt|----------------+--+
| | |
+----(:HORIZONTAL)----+----|pnt|----+ |
| | |
+----(:VERTICAL)------+ |
|
+-------------------<----------------------+
|
+---+----------->------------+--|target_pnt|------>
| |
+--(:PERP_TO_TGT)--------+
| |
+--(:PARAL_TO_TGT)-------+
| |
+--(:ANGLE_TO)--|angle|--+
- :SOURCE specifies the source text or symbol of the reference line.
- :NONE_TO_SRC specifies no particular orientation of the reference
line at the source. The orientation is determined by the second point of the line.
- :HORIZ_TO_SRC specifies that the reference line emerges horizontally from the source.
- :VERT_TO_SRC specifies that the reference line emerges vertically from the source.
- :PERP_TO_SRC specifies that the reference line emerges perpendicular to the source.
- :PARAL_TO_SRC specifies that the reference line emerges parallel to the source.
- :USER_DEFINED specifies that the start point of the line is to be given manually.
- :PRE_DEFINED specifies that the start point of the line is to be determined
by one of the following orientation options:
- :UPPER_LEFT starts the line at the upper left corner of the source.
- :UPPER_MIDDLE starts the line at the upper middle point of the source.
- :UPPER_RIGHT starts the line at the upper right corner of the source.
- :MIDDLE_LEFT starts the line at the middle left point of the source.
- :MIDDLE_MIDDLE starts the line at the center of the source.
- :MIDDLE_RIGHT starts the line at the middle right point of the source.
- :LOWER_LEFT starts the line at the lower left corner of the source.
- :LOWER_MIDDLE starts the line at the lower middle point of the source.
- :LOWER_RIGHT starts the line at the lower right corner of the source.
- :ATT_U_OFFSET specifies an offset from the source in the baseline
direction of the start of the reference line.
- :ATT_V_OFFSET specifies an offset from the source in the baseline-perpendicular
direction of the start of the reference line.
- :HORIZONTAL specifies the reference line to continue horizontally to the
next given point.
- :VERTICAL specifies the reference line to continue vertically to the
next given point.
- :PERP_TO_TGT specifies the reference line to end perpendicular to the target.
- :PARAL_TO_TGT specifies the reference line to end parallel to the target.
- :ANGLE_TO specifies the reference line to end at a given angle to the target.
Use this action to draw a reference line from a text or symbol to a target
view or sketch on the drawing. The interrupt action can be called in the
Text menu or in a symbol creation menu to create a reference line from
the text or symbol just created.
AM_REFL_SETTINGS terminate action,
AM_REFL_MODIFY terminate action