Skip to content
  • Categories
Collapse
Solibri Society Forum
  1. Home
  2. General Discussion
  3. How to batch adding slides for issues

How to batch adding slides for issues

Scheduled Pinned Locked Moved General Discussion
2 Posts 2 Posters 565 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ion Chan
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Skay
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      -1

      Copyright © 2025 Solibri Inc. | Powered by NodeBB

      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories