mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
12 lines
235 B
Plaintext
Executable File
12 lines
235 B
Plaintext
Executable File
set SchemaFile [file join $env(CASROOT) src XmlOcafResource XmlOcaf.xsd]
|
|
set FileSuffix "xml"
|
|
|
|
# Create a new document and set UndoLimit
|
|
NewDocument D XmlOcaf
|
|
UndoLimit D 100
|
|
|
|
# Open a transaction
|
|
NewCommand D
|
|
|
|
set subgroup "ocaf_xml"
|