mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
Modifications: 1.Test cases 2. locate_data_file from DrawResources/TestCommands.tcl Fix for mesh end Adjusting testing cases for current state of master using new organization of data files
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
# Original bug : pro5640
|
|
# Date : 07mar97
|
|
|
|
## this saved box has length of 0.3 Meter (300 mm)
|
|
restore [locate_data_file CTO900_pro5640a.rle] box1
|
|
restore [locate_data_file CTO900_pro5640b.rle] box2
|
|
|
|
## we want a radius of 0.01 Meter (10 mm)
|
|
bcutblend result box1 box2 0.01
|
|
|
|
set square 0.242811
|