mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
27 lines
268 B
Plaintext
27 lines
268 B
Plaintext
box Shape1 10 10 10
|
|
|
|
box Shape2 10 10 10 20 20 20
|
|
|
|
box Shape3 30 30 30 30 30 30
|
|
|
|
|
|
|
|
XNewDoc D_First
|
|
|
|
|
|
|
|
XAddShape D_First Shape1
|
|
|
|
XAddShape D_First Shape2
|
|
|
|
XAddShape D_First Shape3
|
|
|
|
|
|
|
|
set TypeOfFile ""
|
|
|
|
set AddToDocument ""
|
|
|
|
set CompareDocumentsMode "ALL CHECKSHAPE"
|
|
|