[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


CREATE_GEO_TEXT terminate action

CREATE_GEO_TEXT creates text on the current workplane, which can be used for machining later.

Syntax

                             +------------------------<-------------------------+
                             |                                                  |
---->(CREATE_GEO_TEXT)-------+--(:TEXT)----|text|-------------------------------+---->
                             |                                                  |
                             +--(:POS)--|lower left position of text|-----------+
                             |                                                  |
                             +--(:ANGLE)--|angle|-------------------------------+
                             |                                                  |
                             +--(:SIZE)--|text size|----------------------------+
                             |                                                  |
                             +--(:FONT)--|font_name|----------------------------+

Options

The following options are available to create your text as geometric entities.

When to use

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.

Example

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

See also


[Contents] [Index] [Books]