mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
427 B
Plaintext
Executable File
15 lines
427 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC24313"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# BRepAlgoAPI_Section and IntTools_FaceFace aren't written to handle Geom_SurfaceOfLinearExtrusion
|
|
#######################################################################
|
|
|
|
circle c 0 0 0 0 0 1 1 0 0 100
|
|
extsurf s1 c 0 0 1
|
|
plane s2 0 0 0 1 0 0 0 1 0
|
|
mkface b1 s1
|
|
mkface b2 s2
|
|
bopcurves b1 b2
|