You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

modelexport
-repo <repo name>
-c <category>
-m <model>
-v <version>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="111ccc1d-23c3-4743-a0d1-1d07ed1a9b30"><ac:plain-text-body><![CDATA[[-g <group>]
]]></ac:plain-text-body></ac:structured-macro>
-o <xml file>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="935c20a7-8665-4a8e-8f88-3765feaa5f71"><ac:plain-text-body><![CDATA[[-f] (Force overwrite of the XML file if it already exists)
]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4888aa27-14fc-458d-92ef-0dbe59e9e165"><ac:plain-text-body><![CDATA[[-x <XML version>] (The version of 3D XML to generate, if not included the version of 3D installed will be used)

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

Example

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

  • No labels