PDM-UG: Document content property
From WikiSTEP
This page belongs to the PDM Usage Guide.
The content related properties of documents are represented accordingly to the general scheme outlined above. To indicate that the property is content related the used representation must be instantiated with:
This document content capability specifies characteristics detailing the content of a given document object. Aspects of the content property can be modeled via the following instantiations of descriptive_representation_items collected in the above representation.
| requirement | Descriptive_representation_item.name | Descriptive_representation_item.description |
| The level of detail that the document file or the document representation provides. | 'detail level' | Where applicable the following values shall be used:
|
| The kind or kinds of geometry that an object contains | 'geometry' | Where applicable the following values shall be used:
|
| Language or languages are used in the characterized objects. | 'language' | e.g., 'English' |
| the scale that is used | 'real world scale' | e.g., '1:50' |
The Instance Model: STEP exchange file format (ISO10303 Part 21 syntax)
/* Entities #210 to #250 assign document content parameters to 'file1' (#80)
#210 = PROPERTY_DEFINITION('document property', '', #80);
#220 = PROPERTY_DEFINITION_REPRESENTATION(#210, #230);
#230 = REPRESENTATION('document content', (#240, #250), #200);
#240 = DESCRIPTIVE_REPRESENTATION_ITEM('detail level', 'rough 3D shape');
#250 = DESCRIPTIVE_REPRESENTATION_ITEM('geometry type', 'solid model');

