How to batch adding slides for issues
-
Hi Everyone,
I know we need to add slides to the checked issue before it can export to presentation. The problem is I need to add those slide one by one manually. Sometimes, I know all the issues are valid (like clashes) and like to create slides for them in batch. How I can do that?
-
Hi Ion,
you can do that with a simple Autorun setup (XML and batch file combo), which opens your .smc file and creates
presentation based on the clash checking results.XML would look something like that:
<?xml version=“1.0” encoding=“ISO-8859-1”?>
<batch name=“Simple Batch” default=“root”>
<!-- This is the starting task -->
<target name=“root”><openmodel
file=“C:\Users\MaticS\FederatedModel_00.smc” /><autocomment zoom=“TRUE” />
<createpresentation />
<savemodel
file=“C:\Users\MaticS\Desktop\FederatedModel_01.smc” /><exit />
</target>
</batch>Regards,
Matic
Copyright © 2025 Solibri Inc. | Powered by NodeBB