View Issue Details

IDProjectCategoryView StatusLast Update
0005607Open CASCADEOCCT:Modeling Algorithmspublic2012-01-17 16:45
Reporterbugmaster Assigned Toifv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.1.3 
Summary0005607: Porting Local Operation algorithms to use New Boolean operations
DescriptionPorting Local Operation algorithms to use New Boolean operations
Additional information
and documentation updates
Documentation remark, added by IFV 2004-04-09 08:47:59:

Modified entities:
New class:
BRepAlgo_TopOpe.cdl, BRepAlgo_TopOpe.cxx

This class provides functionality of class BRepAlgo_DSAccess, its main methods:

Init(),
Load(s1, s2)
Intersect()
Intersect(s1, s2)
Merge(state1, statate2)
GetSectionEdgeSet()

are analogs of corresponding methods of BRepAlgo_DSAccess.

Modifications:

New methods were added for classes BOPTools_DSFiller and BOPTools_PaveFiller:

BOPTools_DSFiller:

InitFillersAndPools(me:out);
PartialPerform(me:out; anObjSubSet, aToolSubSet: SetOfInteger from TColStd);
ToCompletePerform(me:out);

BOPTools_PaveFiller:

PartialPerform(me:out; anObjSubSet, aToolSubSet: SetOfInteger from TColStd)
ToCompletePerform(me:out)

These methods are used in BRepAlgo_TopOpe only to create "incomplete"
interferences.

Following files were modified in order to replace BRepAlgo_DSAccess by
BrepAlgo_TopOpe:

Package LocOpe:

LocOpe.cdl
LocOpe_Builder.cdl
LocOpe_Builder.cxx
LocOpe_Builder.lxx

Package BRepFeat:

BRepFeat.cdl
BRepFeat_Builder.cxx
BRepFeat_Form.cdl
BRepFeat_Form.cxx
BRepFeat_MakeDPrism.cxx
BRepFeat_MakeLinearForm.cxx
BRepFeat_MakePipe.cxx
BRepFeat_MakePrism.cxx
BRepFeat_MakeRevol.cxx
BRepFeat_RibSlot.cdl
BRepFeat_RibSlot.cxx

TagsNo tags attached.
Test case number

Attached Files

  • newlocope.tar.gz (77,057 bytes)
  • newlocope_1.tar.gz (77,068 bytes)
  • report_to_ifv_05042004 (1,598 bytes)
  • report_to_ifv_06042004 (1,045 bytes)
  • newlocope_2.tar.gz (77,486 bytes)
  • BOPTools_PaveFiller.tar.gz (8,493 bytes)

Activities

2004-04-05 11:20

 

newlocope.tar.gz (77,057 bytes)

2004-04-06 08:29

 

newlocope_1.tar.gz (77,068 bytes)

2004-04-06 11:09

 

report_to_ifv_05042004 (1,598 bytes)

2004-04-06 11:09

 

report_to_ifv_06042004 (1,045 bytes)

2004-04-06 15:54

 

newlocope_2.tar.gz (77,486 bytes)

2004-04-08 16:46

 

BOPTools_PaveFiller.tar.gz (8,493 bytes)

Issue History

Date Modified Username Field Change
2004-04-05 13:20 bugmaster Assigned To bugmaster => ifv
2004-04-05 13:20 bugmaster Status new => assigned
2004-04-05 13:21 bugmaster CC => mkv
2004-04-05 16:44 mkv CC => aki
2004-04-06 10:32 ifv Status assigned => resolved
2004-04-08 17:21 bugmaster Status resolved => tested
2004-04-08 18:41 mkv CC => imv, ifv
2004-04-12 13:21 bugmaster Status tested => verified
2004-04-26 11:10 bugmaster Status verified => closed
2004-04-26 11:10 bugmaster Fixed in Version => 5.1.3
2004-04-26 11:10 bugmaster Resolution @0@ => fixed
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms
2012-01-17 16:45 atp Description Updated
2012-01-17 16:45 atp Additional Information Updated