mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
14 lines
246 B
Plaintext
Executable File
14 lines
246 B
Plaintext
Executable File
set SchemaFile [file join $env(CASROOT) src XmlOcafResource XmlXcaf.xsd]
|
|
|
|
pload XDE
|
|
set FileSuffix "xml"
|
|
|
|
# Create a new document and set UndoLimit
|
|
NewDocument D XmlXCAF
|
|
UndoLimit D 100
|
|
|
|
# Open a transaction
|
|
NewCommand D
|
|
|
|
set subgroup "xcaf_xml"
|