mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026565: Compsolid after cut becomes compound of solids
Changed the rules for the types of the arguments for different operations: 1. FUSE: All arguments and tools should have the same dimension; 2. CUT: The MAXIMAL dimension of the ARGUMENTS should be less or equal to the MINIMAL dimension of the TOOLS; 3. CUT21: The MINIMAL dimension of ARGUMENTS should be grater or equal to the MAXIMAL dimension of the TOOLS; 4. COMMON: The arguments and tools could have any dimensions. For the arguments of collection type (WIRE, SHELL, COMPSOLID) the type will be passed into the result of the operation. The documentation should be updated according to new behavior. Documentation has been updated. Implemented suggestions by MSV and some grammar changes. Test cases for issue CR26565 Correction of test cases for issue CR26565 Correction of test cases for issue CR26565
This commit is contained in:
@@ -64,7 +64,7 @@ bcut r r f5
|
||||
explode r Sh
|
||||
renamevar r_1 r
|
||||
explode r e
|
||||
wire w r_4 r_1 r_7 r_8 r_9 r_10 r_11 r_12 r_13 r_14 r_22 r_23 r_24 r_25 r_19 r_20 r_21 r_26 r_35 r_31 r_32 r_33 r_34 r_36 r_37
|
||||
wire w r_4 r_1 r_20 r_21 r_22 r_23 r_24 r_25 r_26 r_7 r_30 r_31 r_32 r_33 r_27 r_28 r_29 r_11 r_38 r_34 r_35 r_36 r_37 r_16 r_17
|
||||
tcopy w w1
|
||||
tmirror w1 -6 0 0 0 1 0
|
||||
wire w w w1
|
||||
|
Reference in New Issue
Block a user