Interchange Customization

Hello

Thank you for your help!

it would be nice not to limit Datasmith to the CAD file!!

I tried this but the part doesn’t go up in the preview!

<?xml version="1.0" encoding="UTF-8"?>
<PLMXML xmlns="http://www.plmxml.org/Schemas/PLMXMLSchema">
    <Header>
        <Author name="YourName" />
        <Organization name="YourOrganization" />
        <Date timestamp="2025-02-23T10:34:00" />
        <Context id="CTX1" name="Example Context" />
    </Header>
    <Product id="P1" name="Example Product">
        <ProductDef id="PD1" name="Example Product Definition">
            <View id="V1">
                <InstanceGraph>
                    <Instance id="I1" type="ProductInstance" productDef="PD1">
                        <ExternalFile format="creo" location="J:\ETA\ETA 6497\hello.prt"/>
                    </Instance>
                </InstanceGraph>
            </View>
        </ProductDef>
    </Product>
    <Project id="PR1" name="Example Project">
        <Member id="M1" instance="I1" />
    </Project>
    <Revision id="R1" instance="I1" version="1.0">
        <Description>
            This is an example of a product revision.
        </Description>
    </Revision>
</PLMXML>