mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-11 10:44:53 +03:00
Compute parameters to produce regular grid and add new internal points according to calculated values. Use intervals as an additional parameters to determine regular grid for BSpline surfaces. Test case for issue CR25519 Correction of test case for issue CR25519 Correction of test cases for issue CR25519
8 lines
233 B
Plaintext
Executable File
8 lines
233 B
Plaintext
Executable File
set TheFileName OCC22247.brep
|
|
if { [string compare $command "incmesh"] == 0 ||
|
|
[string compare $command "mesh"] == 0 ||
|
|
[string compare $command "incmesh_parallel"] == 0 } {
|
|
set bug_area "OCC25519"
|
|
set rel_tol 1.3654
|
|
}
|