View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027005 | Community | OCCT:Data Exchange | public | 2015-12-16 19:25 | 2017-08-17 16:06 |
Reporter | spamkiller | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | no change required | ||
Platform | Windows | OS | VC++ 2013 | ||
Product Version | 6.9.1 | ||||
Summary | 0027005: Standard_Integer StlMesh_MeshDomain::AddOnlyNewVertex(...) does not work | ||||
Description | ALWAYS adds a new vertex and "IsNew" returns ALWAYS as "true". This method does not work as described. //======================================================================= //function : AddOnlyNewVertex //design : Adds the vertex only if X and Y and Z doesn`t already exists. //======================================================================= Standard_Integer StlMesh_MeshDomain::AddOnlyNewVertex(const Standard_Real X, const Standard_Real Y, const Standard_Real Z, Standard_Boolean& IsNew) { gp_XYZ Vx (X, Y, Z); IsNew = Standard_True; vertexCoords.Append (Vx); nbVertices++; return nbVertices; } | ||||
Steps To Reproduce | Call multiple times with the same three vertices of the same triangle. | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-12-16 19:25 | spamkiller | New Issue | |
2015-12-16 19:25 | spamkiller | Assigned To | => gka |
2017-06-13 11:47 |
|
Relationship added | related to 0028840 |
2017-08-17 16:06 |
|
Test case number | => Not needed |
2017-08-17 16:06 |
|
Note Added: 0069542 | |
2017-08-17 16:06 |
|
Assigned To | gka => bugmaster |
2017-08-17 16:06 |
|
Status | new => closed |
2017-08-17 16:06 |
|
Resolution | open => no change required |