S3DOutput - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
12.1 (2019)

Specifies how the output format is defined in the assembly XML. Its child element supports most types of customization.

Attributes

None.

Child Elements

Unlike other elements with child elements in the configuration file, an S3DOutput child element has no set format. You can adapt S3DOutput elements to generate custom output for an entity. Valid S3DOutput elements meet the conditions below:

  1. The S3DOutput element has one child element. The child element can have any sub-structure you require.

  2. The XML structure of the child element is valid.

The example below is a base representation of a plate in the assembly XML. The <RelatedPart> element and its children display in the output XML for each plate within the exported assembly. Element values, such as S3D_ENTITY_NAME, are placeholders for the real data replaced during export.

Managed Export_S3DOutput_child elements

See S3DOutputProperties for a list of predefined placeholder values.

Sample

<S3DOutput>
<RelatedPart>
<PartType>S3D_RELATED_PARTS_TYPE</PartType>
<GroupID>S3D_RELATED_PARTS_GROUP_ID</GroupID>
<Master>S3D_RELATED_PARTS_MASTER</Master>
<MasterID>S3D_RELATED_PARTS_MASTER_ID</MasterID>
</RelatedPart>
</S3DOutput>