View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0014376 | Open CASCADE | OCCT:Mesh | public | 2006-12-25 14:47 | 2012-11-09 10:18 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | Linux | ||||
| Fixed in Version | 6.2.1 | ||||
| Summary | 0014376: Shading triangulation of face is not computed | ||||
| Description | It is impossible to visualize the attached Face_8.brep in shading mode using standard OCC visualization mechanizms. Simpler way to reproducte this bug is to launch the next sequence of commands: BRep_Builder aBuilder; TopoDS_Shape aShape; BRepTools::Read(aShape, "Face_8.brep", aBuilder); BRepMesh_IncrementalMesh aIMesh(aSh, 0.45110277533, Standard_False, PI/9.); TopLoc_Location aLocation; Handle(Poly_Triangulation) aTriang = BRep_Tool::Triangulation(TopoDS::Face(aShape), aLocation); Result trianguilation is null. Note that incremental mesh parameters for this face are calculated by standard visualization tools. Note: this bug is from NPAL 11172. | ||||
| Additional information and documentation updates | Documentation remark, added by MPV 2007-01-24 08:23:32: Changes: If triangulation algo is failed, try it again with better precision. It is slower, but this case is very rare. Performance in most cases must stay the same. Modified entities: BRepMesh_FastDiscret.cdl BRepMesh_FastDiscret.cxx Triangle.hxx triangle.c | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
2006-12-25 12:47
|
|
|
2006-12-25 13:03
|
|
|
2006-12-28 13:20
|
|
|
2007-01-15 15:54
|
|
|
2007-01-23 15:46
|
|
|
2007-01-24 14:38
|
S8 (344 bytes) |
|
2007-02-05 10:26
|
|
|
2007-02-09 08:13
|
|
|
2007-05-30 14:52
|
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-12-25 18:34 | bugmaster | BugsThisDependsOn | => 11172 |
| 2007-01-11 13:42 | bugmaster | Assigned To | bugmaster => mpv |
| 2007-01-11 13:42 | bugmaster | Status | new => assigned |
| 2007-01-11 13:44 | bugmaster | Status | assigned => resolved |
| 2007-01-11 13:45 | bugmaster | Status | resolved => tested |
| 2007-01-23 15:20 | bugmaster | Status | tested => verified |
| 2007-02-09 21:01 | bugmaster | Assigned To | mpv => bugmaster |
| 2007-02-09 21:01 | bugmaster | Status | verified => assigned |
| 2007-02-09 21:02 | bugmaster | Assigned To | bugmaster => mpv |
| 2007-02-09 21:06 | bugmaster | Status | assigned => tested |
| 2007-02-26 11:47 | bugmaster | Assigned To | mpv => ifv |
| 2007-02-26 11:47 | bugmaster | Status | tested => assigned |
| 2007-03-16 11:57 |
|
Status | assigned => resolved |
| 2007-06-01 12:47 | bugmaster | CC | => apv |
| 2007-06-07 16:21 | bugmaster | Status | resolved => tested |
| 2007-07-27 17:14 | bugmaster | Status | tested => verified |
| 2009-06-23 17:25 | bugmaster | Status | verified => closed |
| 2009-06-23 17:25 | bugmaster | Resolution | @0@ => fixed |
| 2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
| 2012-01-12 14:14 |
|
Description Updated | |
| 2012-01-12 14:14 |
|
Additional Information Updated | |
| 2012-11-09 10:18 |
|
Category | OCCT:Modeling Algorithms => OCCT:Mesh |