View Issue Details

IDProjectCategoryView StatusLast Update
0026851CommunityOCCT:Modeling Datapublic2015-11-16 16:43
Reporterbaraujo Assigned Tobaraujo  
PrioritynormalSeveritymajor 
Status closedResolutionno change required 
PlatformWindowsOSVC++ 2013 
Product Version6.9.1 
Summary0026851: BRepTools_WireExplorer does not return internal edges
DescriptionI would like to access an ordered
Steps To ReproduceIntersect two faces to get a face with internal edges.
TagsNo tags attached.
Test case number

Attached Files

Activities

baraujo

2015-11-08 13:41

reporter  

internal_edges.png (11,026 bytes)   

msv

2015-11-08 22:57

developer   ~0047933

The edges having orientation internal or external are intentionally ignored by this tool. It is because it was developed mainly to iterate the boundary edges in a chain of a closed wire. Internal edges are not boundary edges.

If you need to access all the edges iterate using TopoDS_Iterator, TopExp_Explorer, or if you want some ordering then use services of ShapeAnalysis_WireOrder.

Issue History

Date Modified Username Field Change
2015-11-08 13:41 baraujo New Issue
2015-11-08 13:41 baraujo Assigned To => msv
2015-11-08 13:41 baraujo File Added: internal_edges.png
2015-11-08 22:57 msv Note Added: 0047933
2015-11-08 22:57 msv Assigned To msv => baraujo
2015-11-08 22:57 msv Status new => feedback
2015-11-08 22:57 msv Resolution open => no change required
2015-11-16 16:43 abv Status feedback => closed