python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is CGAL::data_file_path()?
I am trying to use Cmake to build a program that uses CGAL. In my CMakeLists.txt file I have this:
find_package(CGAL REQUIRED QUIET COMPONENTS Core)
Running cmake produces this message:
CMake Warnin...
JW1966
Votes: 0
Answers: 1
CGAL read_OFF discards face depending on vertex order
When reading an off-file with cgal it appears that the vertex order of a face decides whether or not it is read in by read_OFF. But the off-file definition does not say anything about the vertex order...
Echtzeitpepega
Votes: 0
Answers: 1
Find closest point from point outside polygon mesh to polygon mesh
I have a polygon mesh defining a valid inner region and a point outside of this polygon mesh. From this point i want to find the closest point on the surface on my polygon mesh.
I have no background i...
Echtzeitpepega
Votes: 0
Answers: 1
Is there a function to extrude a shape along a path in cgal?
I have not found the way to do it with cgal.
Please can you point me to some functions I have to use ?
sancelot
Votes: 0
Answers: 1