The Axemble SmartProperties allows you to manage the location of XML according to the type of part (Part, Assembly, etc.)
Is it possible to create a macro that reads a property from the SW file (from the PorpertyManager) and redirects to a dedicated SmartProperties (XML) based on the value of this property?
This macro would be launched directly with the SmartProperties.
Because in this case, you can create as many settings files as you want, and overwrite the existing one by renaming the one you want according to your property with this instruction:
Basically, I fill in (via templates) a "TypeDeTemplate" property on the 3D files.
Afterward, by clicking on the SmartProperties, I want it to launch the XML that corresponds to the property.
As a result, it makes a smart dedicated by size (and no longer by type of room as is currently the case...)
To launch this "calculation", I was thinking of going through a first common Smart (Smart N°1) which starts by launching the macro. Then it redirects...
Make a smartproperties in the part template with a single properties of type "XML link to other xml file" and then create a txt file listing all the other xml.
I don't understand, I think clearly, the question.
In my use when I launch my SmartProperties in a parts file I access a single property (the one of my screenshot) with which I have a drop-down list to choose the type of part (purchased, manufactured, sheet, ....) which points to a txt in which my types are associated with an xml path.
So I open my smartproperties, I choose the type of room from my list, and there I come across another smart xml to fill in my properties.
The only flaw of this when I restart my smartproperties is that I have to click again in my drop-down list.