View Issue Details

IDProjectCategoryView StatusLast Update
0033188Open CASCADEOCCT:Modeling Datapublic2023-08-01 15:06
ReporteratereshiAssigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.7.0 
Target VersionUnscheduled 
Summary0033188: Modeling Algorithms - Unformatted output of shape dump function
DescriptionUnder some circumstances I get unformatted header of the output of dump function for edge.
There is missed linebreak in selected line in the text below
TShape # 1 : EDGE      01010000 000002654B6A44F0
    +3 -2
    Tolerance : 0.0966172338461475
     same parametrisation of curves
     same range on curves
    - PCurve : 1 on surface 1, range : 0 1
  UV Points : 14.2157603159816, -2.77555756156289e-17 14.4878809394023, 1.87260868805707
    - Curve 3D : 1, range : 0 1
    - Regularity C0   on surfaces : 1, 2
    - Polygon 3D : 1    - PolygonOnTriangulation 1 on triangulation 1
    - PCurve : 2 on surface 2, range : 0 1
  UV Points : -0.272024516958012, -1.11022302462516e-16 -4.23215060855655e-05, 1.9261668769638
    - PolygonOnTriangulation 2 on triangulation 2


Somehow I got the next header:
TShape # 1 : EDGE      01010000 000001FE8DA7F130
    +3 -2 
    Tolerance : 0.0966172338461475
     same parametrisation of curves
     same range on curves
    - PCurve : 1 on surface 1, range : 0 1
  UV Points : 14.2157603159816, -2.77555756156289e-17 14.4878809394023, 1.87260868805707
    - Curve 3D : 1, range : 0 1
    - Regularity C0   on surfaces : 1, 2
    - PolygonOnTriangulation 1 on triangulation 1
    - Polygon 3D : 1    - PCurve : 2 on surface 2, range : 0 1
  UV Points : -0.272024516958012, -1.11022302462516e-16 -4.23215060855655e-05, 1.9261668769638

and for a long time I could not understand why I have arrays for two pcurves, but there is only one pcurve in the header.
Steps To Reproduce
pload ALL
restore [locate_data office_faulty.brep] s
vinit
fixshape r s
vdisplay -dispmode 1 r
explode r e
dump r_2
TagsNo tags attached.
Test case number

Attached Files

  • office_faulty.brep (79,692 bytes)

Activities

atereshi

2022-11-02 12:10

developer   ~0111838

office_faulty.brep (79,692 bytes)

Issue History

Date Modified Username Field Change
2022-11-02 12:10 atereshi New Issue
2022-11-02 12:10 atereshi Assigned To => msv
2022-11-02 12:10 atereshi Note Added: 0111838
2022-11-02 12:10 atereshi File Added: office_faulty.brep
2022-11-02 13:13 msv Category OCCT:Modeling Algorithms => OCCT:Modeling Data
2022-11-02 13:13 msv Product Version 7.8.0 => 7.7.0
2023-03-06 19:40 ebelouso Target Version 7.7.1 => 7.8.0
2023-08-01 15:06 dpasukhi Target Version 7.8.0 => Unscheduled