mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Multiple changes in ShapeUpgrade_ShapeDivideArea, ShapeUpgrade_FaceDivide, ShapeUpgrade_FaceDivideArea, ShapeUpgrade_SplitSurface, ShapeUpgrade_SplitSurfaceArea: new methods NbParts and SetSplittingByNumber, changes in ShapeUpgrade_FaceDivideArea::Perform and ShapeUpgrade_SplitSurfaceArea::Compute concerning new modes of splitting. 2. New Draw command "DT_SplitByNumber" for testing new modes of splitting. 3. New subgroups "split_number" and "split_two_numbers" in the group of tests "heal" for testing new modes of splitting.
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
restore [locate_data_file HOMAG_004.brep] a
|
|
explode a f
|
|
pcylinder cc 5 30
|
|
explode cc f
|
|
ttranslate cc_1 100 100 0
|
|
bcut b a_4 cc_1
|
|
explode b
|
|
|
|
DT_SplitByNumber result b_1 10
|
|
|
|
checknbshapes result -t -face 9
|
|
|