View Issue Details

IDProjectCategoryView StatusLast Update
0023755Open CASCADEOCCT:Modeling Algorithmspublic2013-02-20 10:17
ReporternbvAssigned Tonbv 
PrioritynormalSeverityminor 
Status closedResolutionno change required 
Summary0023755: Incorrect return value of function Adaptor3d_CurveOnSurface::GetSurface()
DescriptionThere is following case.

Handle(Geom_Surface) Sb = ...
const Handle(Standard_Type)& TheType1 = Sb->DynamicType();

//TheType1 == Geom_RectangularTrimmedSurface (in this case)

Handle(Adaptor3d_HSurface) ss = ACS.GetSurface();
const GeomAbs_SurfaceType& TheType2 = ss->GetType ();

//TheType2 == GeomAbs_Cone (in this case)

Naturally, ss is periodic surface, in spite of source surface is not periodic.
TagsNo tags attached.
Test case number

Activities

jgv

2013-02-13 15:25

developer   ~0023320

It is not a bug. At current moment such behavior of GeomAdaptor_Surface is right.

Issue History

Date Modified Username Field Change
2013-02-12 16:33 nbv New Issue
2013-02-12 16:33 nbv Assigned To => jgv
2013-02-12 16:34 nbv Assigned To jgv => nbv
2013-02-12 16:34 nbv Status new => assigned
2013-02-13 15:23 jgv Assigned To nbv => bugmaster
2013-02-13 15:25 jgv Note Added: 0023320
2013-02-13 15:25 jgv Status assigned => feedback
2013-02-20 10:17 bugmaster Status feedback => closed
2013-02-20 10:17 bugmaster Assigned To bugmaster => nbv
2013-02-20 10:17 bugmaster Resolution open => no change required