View Issue Details

IDProjectCategoryView StatusLast Update
0033314CommunityOCCT:Meshpublic2023-02-04 16:23
Reporterchristopher.lackner_140546 Assigned Tooan  
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformLinuxOSArch 
Product Version7.6.3 
Summary0033314: Mesh - No triangulation of cone face
DescriptionWhen loading a step file one of the faces (a cone) cannot be triangulated with
BRepMesh_IncrementalMesh e(face, 0.01, true);
triangulation = BRep_Tool::Triangulation (face, loc);

after saving this face as a step file and loading again a different brep representation is generated that works.
The 2 different breps are attached.
Steps To ReproduceLoad both brep files, one can be triangulated like above, the other not. The working one is created from the failing one by saving as a step file and loading again.
TagsNo tags attached.
Test case number

Attached Files

  • cone_working.brep (4,686 bytes)
  • cone_buggy.brep (1,969 bytes)

Activities

christopher.lackner_140546

2023-01-16 13:22

reporter  

cone_working.brep (4,686 bytes)
cone_buggy.brep (1,969 bytes)

Issue History

Date Modified Username Field Change
2023-01-16 13:22 christopher.lackner_140546 New Issue
2023-01-16 13:22 christopher.lackner_140546 Assigned To => oan
2023-01-16 13:22 christopher.lackner_140546 File Added: cone_working.brep
2023-01-16 13:22 christopher.lackner_140546 File Added: cone_buggy.brep
2023-02-04 16:23 dpasukhi Summary No triangulation of cone face => Mesh - No triangulation of cone face
2023-02-04 16:23 dpasukhi Description Updated