CoCreate OneSpace Designer - Commands Reference Manual
CREATE_GEO_TEXT creates text on the current workplane, which can be
used for machining later.
+------------------------<-------------------------+
| |
---->(CREATE_GEO_TEXT)-------+--(:TEXT)----|text|-------------------------------+---->
| |
+--(:POS)--|lower left position of text|-----------+
| |
+--(:ANGLE)--|angle|-------------------------------+
| |
+--(:SIZE)--|text size|----------------------------+
| |
+--(:FONT)--|font_name|----------------------------+
The following options are available to create your text as geometric entities.
-
:TEXT - the text to be "written" upon the workplane. It may be one single
line, it can have multiple lines.
-
:POS - the lower-left corner of the text
-
:ANGLE - the angle between the text base line and the U-Axis of the current
workplane, defaults to zero.
-
:SIZE - the size of the Text
-
:FONT - the font to use (string)
Use this action to create text as a polygon on the current workplane.
CREATE_GEO_TEXT may be useful when generating a profile for an engraved
text.
The following parameter sequence creates the text "Line 1" on the current workplane at the position x=100,y=200 with the base angle of 30 degrees.
CREATE_GEO_TEXT :TEXT "Line 1" :POS 100,200 :angle 30 :size 3.5 :font "hp_block_v" complete