View Issue Details

IDProjectCategoryView StatusLast Update
0033222CommunityOCCT:Data Exchangepublic2023-01-17 01:43
ReporterPeterB Assigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionno change required 
PlatformWindowsOSVC++ 2017 
Product Version7.6.3 
Summary0033222: 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 Reproduceminor change in source code
Additional information
and documentation updates
n/a
TagsNo tags attached.
Test case number

Activities

dpasukhi

2022-11-26 11:43

administrator   ~0112318

Last edited: 2022-11-26 11:48

@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().

PeterB

2022-12-15 19:38

reporter   ~0112639

@dpasukhi
okay.
Thanks!

ika

2023-01-16 18:48

developer   ~0112826

Dear bugmaster,
please close the issue.

vglukhik

2023-01-17 01:43

administrator   ~0112836

No change needed.

Issue History

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