0027176: Configuration, CMake - INSTALL_DIR is a common prefix for all other install...
[occt.git] / tests / xml / xcaf_xml / begin
CommitLineData
4b3541c6 1# Note: we use CSF_OCCTResourcePath and not CSF_XmlOcafResource to allow running from Visual Studio in CMake build
2set SchemaFile [file join $env(CSF_OCCTResourcePath) XmlOcafResource XmlXcaf.xsd]
607a96d4 3
4pload XDE
5set FileSuffix "xml"
6
7# Create a new document and set UndoLimit
8NewDocument D XmlXCAF
9UndoLimit D 100
10
11# Open a transaction
12NewCommand D
13
14set subgroup "xcaf_xml"