Salome HOME
[EDF] (2023-T3) Creation of a non planar face from a list of edges and points eksu/38050 master 18/head
authorEkaterina Sukhareva <ekaterina.sukhareva@opencascade.com>
Tue, 26 Mar 2024 18:22:07 +0000 (18:22 +0000)
committerEkaterina Sukhareva <ekaterina.sukhareva@opencascade.com>
Wed, 22 May 2024 17:38:19 +0000 (18:38 +0100)
commit5f12362860bed40e11e7d532bf41a335d40f25ba
treefb22ca05dfd8b107328d76f4bdbaae7d875e0c80
parent0f3f338dc8f0130489cf88d384d2e50dea5ee445
[EDF] (2023-T3) Creation of a non planar face from a list of edges and points
20 files changed:
CMakeLists.txt
doc/salome/examples/topological_geom_objs_ex03.py
idl/GEOM_Gen.idl
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
src/GEOMImpl/GEOMImpl_IWrap.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMImpl/GEOMImpl_WrappingDriver.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_WrappingDriver.hxx [new file with mode: 0644]
src/GEOM_I/GEOM_IShapesOperations_i.cc
src/GEOM_I/GEOM_IShapesOperations_i.hh
src/GEOM_SWIG/geomBuilder.py
test/data/WrappedFace_bspline_edges.brep [new file with mode: 0644]
test/data/WrappedFace_bspline_vertices.brep [new file with mode: 0644]
test/data/WrappedFace_sphere_face.brep [new file with mode: 0755]
test/data/WrappedFace_sphere_vertices.brep [new file with mode: 0755]
test/test_WrappedFace.py [new file with mode: 0755]
test/tests.set