Commit | Line | Data |
---|---|---|
4b3541c6 | 1 | # Note: we use CSF_OCCTResourcePath and not CSF_XmlOcafResource to allow running from Visual Studio in CMake build |
2 | set SchemaFile [file join $env(CSF_OCCTResourcePath) XmlOcafResource XmlOcaf.xsd] | |
607a96d4 | 3 | set FileSuffix "xml" |
4 | ||
5 | # Create a new document and set UndoLimit | |
6 | NewDocument D XmlOcaf | |
7 | UndoLimit D 100 | |
8 | ||
9 | # Open a transaction | |
10 | NewCommand D | |
11 | ||
12 | set subgroup "ocaf_xml" |