View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033222 | Community | OCCT:Data Exchange | public | 2022-11-25 16:47 | 2023-01-17 01:43 |
| Reporter | PeterB | Assigned To | bugmaster | ||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | no change required | ||
| Platform | Windows | OS | VC++ 2017 | ||
| Product Version | 7.6.3 | ||||
| Summary | 0033222: pls add missing method in Poly_Triangulation.hxx: Poly_Triangulation::Standard_Integer NbUVNodes() | ||||
| Description | === affected file(s) === C:\OpenCASCADE-7.7.0-vc14-64\opencascade-7.7.0\src\Poly\Poly_Triangulation.hxx C:\OpenCASCADE-7.7.0-vc14-64\opencascade-7.7.0\inc\Poly_Triangulation.hxx === affected class === class Poly_Triangulation === pls add this method === //! Returns the number of UV nodes for this triangulation. Standard_Integer NbUVNodes() const { return myUVNodes.Length(); } | ||||
| Steps To Reproduce | minor change in source code | ||||
| Additional information and documentation updates | n/a | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
@PeterB The size of normals, UV points are the same with NbNodes(). You can't change a size of one of them separately. To check a size of UVPoint or Normal, it is needed to check, that they are existed by special methods: HasNormals(), HasUVNodes(). |
|
|
@dpasukhi okay. Thanks! |
|
|
Dear bugmaster, please close the issue. |
|
|
No change needed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-11-25 16:47 | PeterB | New Issue | |
| 2022-11-25 16:47 | PeterB | Assigned To | => gka |
| 2022-11-26 11:43 | dpasukhi | Note Added: 0112318 | |
| 2022-11-26 11:44 | dpasukhi | Note Edited: 0112318 | |
| 2022-11-26 11:48 | dpasukhi | Note Edited: 0112318 | |
| 2022-12-15 19:38 | PeterB | Note Added: 0112639 | |
| 2023-01-16 18:48 | ika | Assigned To | gka => bugmaster |
| 2023-01-16 18:48 | ika | Status | new => feedback |
| 2023-01-16 18:48 | ika | Note Added: 0112826 | |
| 2023-01-17 01:43 | vglukhik | Status | feedback => closed |
| 2023-01-17 01:43 | vglukhik | Resolution | open => no change required |
| 2023-01-17 01:43 | vglukhik | Note Added: 0112836 |