Google Code Exporter

Results 11117 issues of Google Code Exporter

``` If anyone is interested, I've created a Fedora package for the cgal-bindings. I've tested it on Fedora 17 and CGAL-4.0.2 from the Fedora repositories. The sources contained in the...

auto-migrated

``` I'm looking to generate Delaunay triangulations randomly, using the random functions ``` Original issue reported on code.google.com by `[email protected]` on 28 Jul 2014 at 1:11

auto-migrated

``` What steps will reproduce the problem? 1. get `edge`, an instance of CGAL.CGAL_Mesh_2.Mesh_2_Constrained_Delaunay_triangulation_plus_2_Edge 2. try to unpack `edge` : fh, i = edge What is the expected output? What...

auto-migrated
Type-Defect
Priority-Medium

``` The C++ Triangulation_2::is_edge method uses two output arguments : a reference to a Face_handle and to an int. (cf. http://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Triangulation__2.html#ad beb9736f9bfc588658316669cd7fb44) For now the method has to be used...

auto-migrated

``` What steps will reproduce the problem? 1.cmake -DCGAL_DIR=/usr/local/Cellar/cgal/4.3 -DBUILD_JAVA=OFF then everything seems okey: -- Build type: Release -- USING CXXFLAGS = ' -frounding-math -fno-strict-aliasing -O3 -DNDEBUG' -- USING EXEFLAGS...

auto-migrated
Type-Defect
Priority-Medium

``` I get a segfault when I keep a reference to the face of an edge, but not the edge itself. To reproduce the problem (also see attached script): 1....

auto-migrated
Type-Defect
Priority-Medium

``` It seems that it is not yet possible to use pickle with objects from CGAL. I tried : from CGAL.CGAL_Polyhedron_3 import Polyhedron_3 import pickle polyhedron=Polyhedron_3() filename='datafile' with open( filename,'w')...

auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. CGAL-4.2 2. git clone https://code.google.com/p/cgal-bindings/ 3. SWIG 2.0.10 4. cmake gui: CGAL_DIR=/opt/local/share/CGAL/cmake BUILD_JAVA=FALSE BUILD_PYTHON=TRUE PYTHON_OUTDIR_PREFIX=/Users/USERNAME/cgal-bindings/build-python What is the expected output? What do...

auto-migrated
Type-Defect
Priority-Medium

``` The dual method returns a new triangulation instead of a copy of underlying triangulation. This imply that the handles are different for example. ``` Original issue reported on code.google.com...

auto-migrated
Type-Defect
Priority-Medium

``` Allow application of 2-D algorithms to 3-D points projected on the XY plane, analagous to functionality accessed through Projection_traits_xy_3 ``` Original issue reported on code.google.com by `[email protected]` on 14...

auto-migrated