mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1) BRepFill_Generator and BRepOffsetAPI_ThruSections now support 'non-destructive' mode for the input shapes (sections wires). The shape history of this algorithms also has been modified. 2) New test grids (based on the previous ones) have been added. These new cases use locked shapes as input arguments 3) The option '-safe' has been added to 'thrusections' command
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
restore [locate_data_file cts21295_1.brep] f1
|
|
restore [locate_data_file cts21295_2.brep] f2
|
|
restore [locate_data_file cts21295_3.brep] f3
|
|
explode f1 w
|
|
explode f2 w
|
|
explode f3 w
|
|
setflags f1_1 locked
|
|
setflags f2_1 locked
|
|
setflags f3_1 locked
|
|
thrusections result 1 0 f1_1 f2_1 f3_1 -safe
|
|
checkprops result -s 49757.1
|