mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
393 B
Plaintext
19 lines
393 B
Plaintext
puts "============="
|
|
puts "OCC24049: Modeling Algorithms - cras-h in BRepOffsetAPI_MakePipe"
|
|
puts "============="
|
|
puts ""
|
|
|
|
pload MODELING
|
|
|
|
restore [locate_data_file bug24049_spine.brep] spine
|
|
|
|
mkedge spine spine
|
|
wire spine spine
|
|
|
|
circle profile 27378.59961 -1139.028442 -621 0 0 -1 -1 0 -0 6.349999904633
|
|
mkedge profile profile
|
|
|
|
pipe pipe spine profile 2
|
|
checkshape pipe
|
|
|
|
puts "TEST COMPLETED" |