View Issue Details

IDProjectCategoryView StatusLast Update
0006496Open CASCADEOCCT:Visualizationpublic2012-01-16 19:16
Reporterbugmaster Assigned Toasl 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.1 
Summary0006496: The performance problem of loading big STL shape by meshfromstl DRAW command
DescriptionPerformance problem of loading a big STL shape by meshfromstl DRAW command
Additional information
and documentation updates
Documentation remark, added by ASL 2004-09-13 07:42:24:

Changes:
The performance trouble was fixed by using Select3D_SensitiveGroup::Add method
with list as argument. Old version used method add with one sensitive entity as
argument. This variant of method works slowly because every time runs through
list finding entity. Now we create whole list and pass it to
Select3D_SensitiveGroup.

Also in MeshVS_Mesh::ComputeSelection method the selection mode for whole mesh
selection is 0, but earlier it was default (all different from MeshVS_EntityType
flags).
TagsNo tags attached.
Test case number

Attached Files

  • OCC6080-patch.zip (54,604 bytes)

Activities

2004-08-26 10:57

 

OCC6080-patch.zip (54,604 bytes)

Issue History

Date Modified Username Field Change
2004-08-25 09:32 bugmaster Assigned To bugmaster => asl
2004-08-25 09:32 bugmaster Status new => assigned
2004-08-26 12:56 asl Status assigned => resolved
2004-08-26 14:32 bugmaster CC => aki
2004-09-08 16:43 aki Status resolved => tested
2004-09-09 09:14 bugmaster CC => mkv
2004-09-13 08:25 bugmaster Status tested => verified
2004-11-01 12:01 bugmaster Status verified => closed
2004-11-01 12:01 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2012-01-16 19:16 atp Description Updated
2012-01-16 19:16 atp Additional Information Updated