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