Export Model
Produces a STEP Physical File representation of an 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 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:
Repository: |
Specify the name of the repository holding the model to be exported. Repository names are case sensitive. |
Model: |
Specify the name of the model to be exported. Model names are case sensitive. |
STEP Header Model: |
Specify the name of the STEP Header Model in 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 name of a file that will contain diagnostic information generated in the creation of the STEP Physical File. If this argument is not presented with any value, the result will be displayed in the EDMsupervisor main 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: |
A STEP Identifier model will be created and connected to the data model created by this operation. The STEP Identifier model will keep the correspondence between the STEP file entity instances and the EDM instanceID. The command Data>ShowStepIdentifier can be used to display the stepID corresponding to an EDM instanceID and vice versa. |
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 Physical 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. |
show step file in html: |
Specifies that the resulting STEP file will be written in HTML format to a temporary file and the EDMsupervisor 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. |