View Issue Details

IDProjectCategoryView StatusLast Update
0000056Open CASCADEOCCT:Data Exchangepublic2006-06-29 09:15
ReporterjbzAssigned Toskl 
PriorityimmediateSeveritytrivial 
Status closedResolutionunable to reproduce 
OSWindows NT 
Fixed in Version5.0.0 
Summary0000056: The following sequence "ElementaryToRevolution" (operator of ShapeProcess_operLibrary) has no effect !
DescriptionThe following sequence "ElementaryToRevolution" (operator provided by
ShapeProcess_operLibrary) whose the goal is to convert all shape's canonic
surfaces into generic surfaces of revolution has no effect.
The IGES file consits of Cylindrical face. It was created from
"BRepPrimAPI_MakeCylindre" class in order to generate an elemantary surface (a
rotational primitive).
By applying the implemented code, despite of all configurations, the returned
surface, from the cylindrical face, is a Geom_CylindricalSurface, and NOT
a Geom_SurfaceOfRevolution !!!

Please find attached the whole subject, containing:
* The code to import the IGES file (Cylinder.iges).
* In C++ code, the static parameters (with help of Interface_Static::SetCVal)
have been defined as described.
* The NICResource to set the global variables.
* The BAT files: In the environment before launching the application set-up
variable CSF_NICResourceDefaults and CSF_NICResourceUserDefaults as required for
Resource_Manager.
* The sequence of operators (in our example "FromIGES.exec.op") includes as a
first operator "FixShape" and as a second operator after a comma
"ElementaryToRevolution".
TagsNo tags attached.
Test case number

Attached Files

Activities

2001-12-18 17:38

 

Bug_GenericSurface.zip (4,188 bytes)

Issue History

Date Modified Username Field Change
2001-12-21 14:37 bugmaster Assigned To bugmaster => pdn
2001-12-21 14:37 bugmaster Status new => assigned
2001-12-21 14:37 bugmaster Category => DTE
2002-01-10 20:16 bugmaster CC => jbz
2002-01-10 20:16 bugmaster Status assigned => closed
2002-01-10 20:16 bugmaster Resolution @0@ => unable to reproduce
2002-01-10 20:16 jbz CC => skl
2011-08-02 11:12 bugmaster Category OCCT:DTE => OCCT:Data Exchange