1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug28468_2
jgv 6c4c45b0f9 0028468: Sweep with different sections raises Standard_NoSuchObject: BRep_Tool:: no parameter on edge
Method BRepFill_SectionPlacement::Perform is modified to operate vertices and edges of path correct.

Add two test cases.

Minor correction.
2017-03-16 10:51:54 +03:00

30 lines
811 B
Plaintext

puts "============"
puts "OCC28468"
puts "============"
puts ""
##############################################################################################
# Sweep with different sections raises Standard_NoSuchObject: BRep_Tool:: no parameter on edge
##############################################################################################
beziercurve bc1 3 100 0 0 1 0 100 0 3 -100 0 0 1
beziercurve bc2 3 -100 0 0 1 0 -100 0 3 100 0 0 1
mkedge e1 bc1
mkedge e2 bc2
wire sp e1 e2
polyline pr1 110 0 10 90 0 10 90 0 -10 110 0 -10 110 0 10
circle pr2 -100 0 0 0 1 0 10
mkedge pr2 pr2
wire pr2 pr2
donly sp pr1 pr2
explode sp v
mksweep sp
addsweep pr1 sp_1
addsweep pr2 sp_2
buildsweep r
checkshape r
checknbshapes r -shell 1 -face 10 -wire 10 -edge 25 -vertex 15
checkprops r -s 28569.4