Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

For the purpose of data exchange, Part 21 of the STEP standard specifies architecture for clear text encoded files, known colloquially as a STEP File or a Part 21 File.

A STEP File consists of two sections, a header section and a data section, as illustrated in Example 4.

Example 4: A working example of a STEP File.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_stepf_Example_one'.

Header section

The header section provides information about the nature and the originator of the file. It is enclosed within the keywords HEADER and ENDSEC.

The schema of a STEP File header is illustrated in Example 5.

Example 5: An EXPRESS description of the header section of a STEP File.

Error rendering macro 'excerpt-include' : No link could be created for 'US:_xx_Example_Header_Schema'.

Data section

The data section includes description of the entity instances to be exchanged. The data section is enclosed within the keywords DATA and ENDSEC.

Entity instances are presented in the following form (refer also to Example 6):

#<integer value> = <entity name> ( <attribute values> );

Example 6: An instance of the ENTITY Thing in STEP File format.

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_xx_Entity_Step_representation'.

  • No labels