Export STEP file from server
Produces a STEP Physical File representation of a remote EDMdatabase model.
The STEP Physical File format is defined in ISO 10303-21: Clear text encoding of the exchange structures. A STEP Physical File is also referred to as a Part 21 file.
This is one of the implementation forms of ISO 10303, and can be used to exchange data between two EDMdatabases or between an EDMdatabase and any application that conforms to ISO 10303-21. The produced file can also be used for long time archiving of the data.
The Header Section part of the STEP file can be produced from an existing header model in the remote EDMdatabase or a default Header Section can be produced by this command. A header model is a model of the HEADER_SECTION_SCHEMA defined in ISO 10303-21. The default Header Section can be configured by setting the EDM system variable EDM_STEP_FILE_AUTHOR.
For information on the format of the file in argument <short names file>, see Short names in the User Guide.
Arguments:
Server context name: |
Specify name of server context. |
Remote repository: |
Specify the name of the remote repository holding the model to be exported. Repository names are case sensitive. |
Remote model: |
Specify the name of the remote model to be exported. Model names are case sensitive. |
Remote header model repository: |
Specify the name of the remote repository holding the STEP Header Model to be exported. Repository names are case sensitive. |
Remote header model: |
Specify the name of the STEP Header Model in the remote EDMdatabase that will be mapped to the Header Section in the resulting step file. STEP Header Model names are case sensitive. |
STEP file: |
Specify the name of the file that will hold the resulting STEP file. Default file extension is ".stp". |
Diagnostic file: |
Specify the file name for diagnostic information generated by this command. If no file name is supplied, all diagnostic information will be displayed in the EDMsupervisor output window. |
Real precision: |
Specify the number of significant digits after the decimal point in a REAL number in the resulting STEP file. |
Short names file: |
Specify the name of the file containing the mapping matrix between full entity names and its unique short name. This argument is effective only when the [short names] option is set. |
Options:
accumulating command output: |
A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed. |
match selected input: |
A global option that specifies that only items that partly or exactly matches the string in the related argument input field when activating a Select button, will be in the selection list. An empty (blank) string will match all items. |
conformance class 1: |
Enforce the file to be exported according to ISO 10303-21:1994/TC1 conformance class 1. Identification of the format is written to the Header Section of the resulting STEP file. |
conformance class 2: |
Enforce the file to be exported according to ISO 10303-21:1994/TC1 conformance class 2. Identification of the format is written to the Header Section of the resulting STEP file. |
kept STEP identifiers: |
When importing STEP files, it is possible to save the correspondence between instanceIDs and STEP identifiers selecting the keep STEP identifiers option. Then this correspondence is saved in a separate model with name starting with the imported model name and the suffix EDM_STEPID. |
short names: |
Specifies that short names specified in the <Short name file> argument will be used for entity names in the resulting STEP file. |
EDM identifiers: |
Specifies that the EDMdatabase instanceID will be used as instance identifiers in the STEP File such that it will be easy to find the correspondence between a mapped instance on the STEP file and the same instance in the EDMdatabase. |
no header change: |
Specifies that the header model specified by the <STEP Header Model> argument will be mapped to the actual STEP file without any changes. Normally the mapping method, time stamp, and schema name will be provided by the EDMstepHandler function. No information will be provided by the EDMstepHandler when this option is set. This argument is only effective when a header model is specified in the <STEP Header Model> argument. |
no string encoding: |
Specifies that no encoding will take place when mapping a STRING data type to the STEP file. The ISO 10303-21 specifies that all character in a STRING data type that have an ASCII value less than 32 or greater than 126 should be encoded in a STEP file. |
no line breaks: |
There will be no line breaks within an instance on the resulting STEP file. |
compressed_file: |
The resulting exported STEP Physical file will be in a compressed file format. |
show step file in html: |
Specifies that the resulting STEP file will be written in HTML format to a temporary file and the default Internet Browser will be activated to display the STEP file. The temporary file holding the HTML representation of the STEP file will be deleted after this command is terminated. The command Data>STEPfileToHTML should be used when a more permanent HTML representation of a STEP file is wanted. |