View Issue Details

IDProjectCategoryView StatusLast Update
0000275Open CASCADEOCCT:Modeling Algorithmspublic2006-06-29 09:15
ReporterpkvAssigned Toifv 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSSolaris 
Fixed in Version5.0.0 
Summary0000275: Lack of method "Perform(me: in out; P: Pnt from gp)" in the class GeomAPI_ProjectPointOnCurve
DescriptionThere are two parallel classes in the package GeomAPI:
- GeomAPI_ProjectPointOnCurve;
- GeomAPI_ProjectPointOnSurf .
The class GeomAPI_ProjectPointOnSurf has method Perform(const gp_Pnt& aP3d),
but the class GeomAPI_ProjectPointOnCurve does not have the method Perform(const
gp_Pnt& aP3d). It is wrong architecture. We have no possibility to prepare data
in GeomAPI_ProjectPointOnCurve::Init(..) methods and use this data later using
the method GeomAPI_ProjectPointOnCurve::Perform(const gp_Pnt& aP3d).
TagsNo tags attached.
Test case number

Attached Files

  • GeomAPI.zip (5,699 bytes)

Activities

2002-04-22 09:18

 

GeomAPI.zip (5,699 bytes)

Issue History

Date Modified Username Field Change
2002-04-03 18:46 bugmaster Assigned To bugmaster => ifv
2002-04-03 18:46 bugmaster Status new => assigned
2002-04-22 13:03 bugmaster Status assigned => verified
2002-07-31 13:34 bugmaster Status verified => closed
2002-07-31 13:34 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms