The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
InterOp:Connect/XML E-BOM/XML E-BOM Reader
From DocR20
The XML E-BOM Reader component reads XML E-BOM files. This component is in the form of shared libraries.
InterOp Connect supports translation of the following file formats and versions:
| Write | ||
|---|---|---|
| File Format | File Extension | Version Supported |
| XML E-BOM | .xml | XML E-BOM |
Contents |
Options for XML E-BOM Reader
The XML E-BOM Reader has no options.
Assembly
The XML E-BOM Reader supports Assembly representation.
Support for Translation of Hidden Instances
The XML E-BOM Reader exports Visibility status of instances from and XML file to a target assembly. If you want to mark a child instance as hidden in an XML file, write the Visibility attribute with the value true as part of its child attributes. Then if you set the TranslateHiddenEntities option to true, hidden instances will be exported from XML to target assembly. For example, a node in an XML file may appear as follows:
<Child Name="C1a3_part_13.1" Identifier="C1a3-5" Visibility="false">
Unit Support
The XML E-BOM Reader supports reading unit information from XML files. If there is no unit information in the XML file, then the millimeter unit is assumed. Refer to Unit Support for more details.
Limitations
The XML E-BOM Reader has no limitations.
