View Issue Details

IDProjectCategoryView StatusLast Update
0023401CommunityOCCT:Modeling Algorithmspublic2016-08-26 16:27
ReporterFabian Hachenberg Assigned Tobugmaster  
PrioritynormalSeveritymajor 
Status closedResolutionunable to reproduce 
Summary0023401: BRepBuilderAPI_MakeWire::Vertex() returns NULL vertex after adding first edge
DescriptionI think the following behaviour is not valid. After adding the first edge to a wire, BRepBuilderAPI_MakeWire shouldn't return a NULL vertex

TopoDS_Edge test = BRepBuilderAPI_MakeEdge(...);
BRepBuilderAPI_MakeWire makewire;
makewire.Add(test);

makewire.Vertex() returns NULL vertex

On the other hand makewire.Edge() does NOT return a null edge.

TagsNo tags attached.
Test case number

Activities

nbv

2012-11-07 12:48

developer   ~0022122

The branch CR23401 is ready for review

nbv

2012-11-07 16:02

developer   ~0022132

The branch CR23401 is updated and ready for review again.

jgv

2012-11-07 16:38

developer   ~0022134

The right behavior of the method BRepBuilderAPI_MakeWire::Vertex() is not clear, so we need more information illustrating the problem.

git

2016-08-26 16:27

administrator   ~0057211

Branch CR23401 has been deleted by inv.

SHA-1: f3e0ef4e284f985afec1112b8f8395f9288a1d9c

Issue History

Date Modified Username Field Change
2012-08-24 18:38 Fabian Hachenberg New Issue
2012-08-24 18:38 Fabian Hachenberg Assigned To => jgv
2012-11-07 12:45 jgv Assigned To jgv => nbv
2012-11-07 12:48 nbv Note Added: 0022122
2012-11-07 12:48 nbv Status new => resolved
2012-11-07 12:53 nbv Assigned To nbv => jgv
2012-11-07 15:56 jgv Assigned To jgv => nbv
2012-11-07 15:56 jgv Status resolved => assigned
2012-11-07 16:02 nbv Note Added: 0022132
2012-11-07 16:04 nbv Assigned To nbv => jgv
2012-11-07 16:38 jgv Note Added: 0022134
2012-11-07 16:38 jgv Assigned To jgv => bugmaster
2016-07-19 12:04 bugmaster Status assigned => closed
2016-07-19 12:04 bugmaster Resolution open => unable to reproduce
2016-08-26 16:27 git Note Added: 0057211