geom/test/tests.set
Anthony Geay f438343127 Correct defining tolerances for edges and faces in static functions extrema**
Add some doc after iteration

[tuleap29468] : For Acceptance, fix compilation error

bos #29468: Advanced geometry features: distance Edge-Edge & Face-Face

[bos #29472] [EDF] (2022-T1) Advanced geometry features: curvature vector on a point of a face

[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of a face

- Added python command PatchFace
- Add description for function into GEOM_Gen.idl
- Method PatchFace was added into Geom_Superv_i and Geom_Superv

MakeFaceWires and MakeFace can raise RuntimeError in case of a non planar detected
2022-09-14 13:33:26 +03:00

32 lines
1.1 KiB
Plaintext

# Copyright (C) 2015-2022 CEA/DEN, EDF R&D, OPEN CASCADE
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
SET(ALL_TESTS
test_perf_01.py
test_proximity_edge_edge.py
test_proximity_face_face.py
)
IF(${OpenCASCADE_VERSION}.${OpenCASCADE_SP_VERSION} VERSION_GREATER "7.5.3.3")
LIST(APPEND ALL_TESTS
test_point_cloud_on_face.py
test_CR.py
)
ENDIF()