View Issue Details

IDProjectCategoryView StatusLast Update
0001013Open CASCADEOCCT:Modeling Algorithmspublic2012-01-19 16:08
ReporterptvAssigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.0.0 
Summary0001013: BRepBuilderAPI_MakeFace creates invalid face on planar wire.
DescriptionFace created by BRepBuilderAPI_MakeFace on planar wire is not valid, cause have
tolerance 1e-7. The distance between pcurves (that creates while checkshape
process) and edge is more than tolerance. So, it is necessary to increase
tolerance of face (while its creating) to avoid invalidity.
PS from QA team: It is easy to check by creating face by following sequence of
commands:
mkplane face 889wire
checkshape face
(Sorry, I doesn't create tcl script :-) But face must be valid).
Wth Bst Rgrds, PTV.
PPS: 889wire is attached in file 889wire.rle
TagsNo tags attached.
Test case number

Attached Files

  • 889wire.rle (1,256 bytes)
  • occ1013_dev_ifv_1.tar (25,088 bytes)

Relationships

duplicate of 0000906 closed Reason of OCC889. 

Activities

2002-11-20 11:17

 

889wire.rle (1,256 bytes)

ptv

2002-11-20 15:17

developer   ~0005500

*** Bug 906 has been marked as a duplicate of this bug. ***

2002-11-20 15:31

 

occ1013_dev_ifv_1.tar (25,088 bytes)

Issue History

Date Modified Username Field Change
2002-11-20 15:19 bugmaster Assigned To bugmaster => ifv
2002-11-20 15:19 bugmaster Status new => assigned
2002-11-20 19:32 ifv Status assigned => resolved
2002-11-20 19:37 bugmaster CC => apv
2002-11-20 20:55 apv CC => aki
2002-11-22 14:58 aki Status resolved => tested
2002-11-26 14:56 bugmaster Status tested => closed
2002-11-26 14:56 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms
2012-01-19 16:08 atp Description Updated