Custom Filter - 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 (2018)

Generates different types of output such as Not Panel Part, Panel Part, or Output. The CUSTOM_FILTER ProgID returns True or False.

Examples

S3DEntity

Description

Note

<S3DEntity TYPE="Assembly" FILTER="IJAssemblyBase" NESTED="true" OBJECT_PROCESS="Yes">
<S3DOutputSets>
<S3DPackage NAME="S3DPanel" PATH="./Attachments" FOLDER="Panel" COMPARE="PANEL_COMPARE"/>
</S3DOutputSets>
</S3DEntity>

Export MfgPanel .xml in the Panel folder.

<S3DEntity TYPE="Plate Part" FILTER="IJPlate" CUSTOM_FILTER ="MfgManagedExportRule.CFilterPlate"
NESTED="true" OBJECT_PROCESS="Yes">
<S3DOutputSets>

<S3DPackage NAME="SMS_SCHEMA_PLATE" PATH="./Attachments" FOLDER="Plate" COMPARE="PLATE_COMPARE"/>
</S3DOutputSets>
</S3DEntity>

IJPlate AND
CUSTOM_FILTER (AssemblyType is not Undefined and PlatePart is not a member of Panel).

Export MfgPart .xml file in the Plate folder.

<S3DEntity TYPE="Panel Plate Part" FILTER="IJPlate" CUSTOM_FILTER = "MfgManagedExportRule.CFilterPanelPlate"
NESTED="true" OBJECT_PROCESS="Yes">
<S3DOutputSets>

<S3DPackage NAME="SMS_SCHEMA_PLATE" PATH="./Attachments" FOLDER="PanelPlate" COMPARE="PLATE_COMPARE"/>
</S3DOutputSets>
</S3DEntity>

IJPlate AND
CUSTOM_FILTER (AssemblyType is not Undefined and PlatePart is a member of Panel).

Export MfgPart .xml file in the PanelPlate folder.

Remove from the configuration .xml file to generate output without the individual MfgPart.

<S3DEntity TYPE="DXF Plate Part" FILTER="IJPlate" CUSTOM_FILTER ="MfgManagedExportRule.CFilterDXFPlate"
NESTED="true" OBJECT_PROCESS="Yes">
<S3DOutputSets>

<S3DPackage NAME="SMS_SCHEMA_PLATE" PATH="./Attachments" FOLDER="DXFPlate" COMPARE="PLATE_COMPARE"/>
</S3DOutputSets>
</S3DEntity>

IJPlate AND
CUSTOM_FILTER (AssemblyType is Undefined).

Export MfgPart .xml or .dxf file in the DXFPlate folder.