View Issue Details

IDProjectCategoryView StatusLast Update
0033071CommunityOCCT:Modeling Algorithmspublic2022-07-21 11:37
ReporterKAT1003 Assigned Toazv 
PrioritynormalSeveritycrash 
Status newResolutionopen 
PlatformWindows VC++ 2010 32bitOSWindows 10 Pro 64bit 
Product Version7.5.3 
Summary0033071: ShapeUpgrade_UnifySameDomain class, an exception will be thrown.
DescriptionWhen processing using the following "shape.brep", the exception is raised in the build function.
Steps To Reproduce[code]

try {
  ShapeUpgrade_UnifySameDomain unif( shape, Standard_True, Standard_True, Standard_True );
  unif.Build(); // <- exception
}
catch(...){
  // <- catch the exception "Standard_Failure: Courbes non jointives"
}
TagsNo tags attached.
Test case number

Attached Files

  • shape.brep (25,028 bytes)

Activities

KAT1003

2022-07-21 10:13

reporter  

shape.brep (25,028 bytes)

Issue History

Date Modified Username Field Change
2022-07-21 10:13 KAT1003 New Issue
2022-07-21 10:13 KAT1003 Assigned To => kgv
2022-07-21 10:13 KAT1003 File Added: shape.brep
2022-07-21 11:37 msv Assigned To kgv => azv
2022-07-21 11:37 msv Category OCCT:Coding => OCCT:Modeling Algorithms