1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

17 lines
330 B
Plaintext

sphere sph 1
mkface f sph 0 2 0 pi/2
explode f w
nurbsconvert w f_1
sphere sph 0.1 0.1 0.1 1
getanasurf res w sph 1.e-3 sph
if {[isdraw res]} {
set log [dump res]
if { [regexp {SphericalSurface} $log ] != 1 } {
puts "Error: surface is not a spherical surface"
}
} else {
puts "Error: required surface is not got"
}