Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Exporting models to XML can be invoked through the command line.

Code Block
modelexport

...


-repo <repo name>

...


-c <category>

...


-m <model>

...


-v

...

 <version>
[-g <group>]
-o <xml file>
[-f] (Force overwrite of the XML file if it already exists)
[-x <XML version>] (The version of 3D XML to generate, if not included the version of 3D installed will be used)

Example

Code Block

...

]]></ac:plain-text-body></ac:structured-macro>

...

jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar modelexport -repo "Local repository" -c "Load and Staging" -m "Tutorial" -v "1.0" -o "C:\temp\Tutorial.xml" -f