[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


STEP_EXPORT terminate action

STEP_EXPORT saves OneSpace Designer 3D data to a file in the STEP format, as defined in the ISO standard 10303. The action is activated by entering activate_step.

Syntax


                    +--------------<----------------------<----------------------+
-->--(STEP_EXPORT)--|                                                            |
                    +--(:SELECT)---->--|elements|--------------------------------+
                    |                                                            |
                    |                                                            |
                    +--(:FILENAME)-->--|file name|--+-------->-------+------->---+
                    |                               |                |           |
                    |                               +--(:OVERWRITE)--+           |
                    |                                                            |
                    +--(:SYS-SETTINGS)-->--|see: (SETT_STEP)|-->--(complete)-->--+

Options

The following options are available to save OneSpace Designer data in the STEP format:

When to use

Use this action to save OneSpace Designer data in the STEP format.

Example

To set the header information about the organization My Company and load the configuration /home/foo_user/sd_customize/my_user_defined.scfg and finally to get the STEP export dialog open, use the following macro. (Note: The STEP Header Information is overwritten only when you load the Startup Configuration.)
  STEP_EXPORT
    SETT_STEP
      SETT_STEP_SAVE_HEADER
        :ORGANISATION
        "My Company"
        complete
      :LOAD_CONFIG
      "/home/foo_user/sd_customize/my_user_defined.scfg"
    complete
  ;;; STEP_EXPORT is open with loaded config and changed header

See also

SETT_STEP interrupt action SETT_STEP_SAVE_HEADER interrupt action STEP_IMPORT terminate action STEP_PD_SUBACTION subaction
[Contents] [Index] [Books]