S3DDefinition - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
13

Identifies each component in the builtup breakdown. The S3DDefinition element is unique to the S3DPackageDefinition for builtup profiles. A builtup is a combination of plates and profiles, depending on how it is manufactured.

For each component in the builtup breakdown, Managed Export determines if the component is a plate or profile. With that knowledge, Managed Export gets the appropriate S3DEntityDefinition element to determine the output of the builtup in the assembly XML. The S3DDefinition element also describes where in the output XML to add the breakdown information.

Attributes

Name

Description

Type

Required

NAME

Determines the breakdown representation by matching the S3DDefinition to an S3DEntityDefinition.

String

Yes

FILTER

Matches a builtup component to the appropriate S3DDefinition.

String

Yes

PATH

Determines the location of the component output in the output XML. This location is a relative XPath based on the model part output in the XML.

String

Yes

Child Elements

None.

Sample

<S3DDefinition NAME="Profile Part" FILTER="PROFILE" PATH=".">
<S3DPackage NAME="SMS_SCHEMA_PROFILE" PATH="./Attachments" FOLDER="" COMPARE="PROFILE_COMPARE"/>
</S3DDefinition>