mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0031575: Tests - make location of source test folder available in test
Documentation of global variables available for the test script during test execution is improved. Off-topic: mark-up error is fixed in DRAW user guide
This commit is contained in:
@@ -10989,8 +10989,6 @@ DT_SplitSurface <result> <Surface|GridSurf> <tol> <split(0|1)>
|
||||
Divides surface with C1 criterion and returns the result of splitting of a given surface into surface, which is given as parameter result. If the surface has been divided into segments, then each segment is put to an individual result. This command can correct a given C0 surface at a knot with a given tolerance, if it is impossible, then the given surface is split at that knot. If the last parameter is 1, then 5 knots are added to the given surface, and its surface is split by segments, but this will be performed not for all parametric spaces.
|
||||
|
||||
**Example:**
|
||||
~~~~~
|
||||
|
||||
~~~~~
|
||||
# split surface with name "su"
|
||||
DT_SplitSurface res su 0.1 1
|
||||
@@ -11003,7 +11001,6 @@ DT_SplitSurface res su 0.1 1
|
||||
==> transfert resultat
|
||||
==> res1_1_1 res1_2_1 res1_3_1 res1_4_1 res1_5_1 res1_6_1
|
||||
~~~~~
|
||||
~~~~~
|
||||
|
||||
@subsubsection occt_draw_9_2_8 DT_ToBspl
|
||||
|
||||
|
Reference in New Issue
Block a user