gts imports surfaces incorrectly (regression from 0.50)

Bug #668329 reported by Václav Šmilauer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Yade
Fix Released
Undecided
Václav Šmilauer

Bug Description

examples/gts-horse/gts-horse.py does not import the givem gts file correctly (all points of the surface as colinear, lying on the x-axis?), while running the same script with 0.50 works. The data are incorrect as soon as they are imported via

 surf=gts.read(open('horse.coarse.gts'))

which can be checked with

 print 'volume:',surf.volume()

(gives 0.00026341826018 with 0.50 and 0 with recent trunk)

Curiously, 0.50 links to the same libgts library (the reason is not an upstream change) and pygts sources in yade tree are always at version 0.3.1. We should investigate when this regression happened and fix it.

Parametrically-constructed surfaces work normally.

Related branches

Revision history for this message
Václav Šmilauer (eudoxos) wrote :

Fixed in r2691

Changed in yade:
assignee: nobody → Václav Šmilauer (eudoxos)
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.