Archived issue #0033071
ShapeUpgrade_UnifySameDomain class, an exception will be thrown.
Description
When processing using the following "Attachment 1 (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"
}
try {
ShapeUpgrade_UnifySameDomain unif( shape, Standard_True, Standard_True, Standard_True );
unif.Build(); // <- exception
}
catch(...){
// <- catch the exception "Standard_Failure: Courbes non jointives"
}
Public activity
No public notes
Participants are labeled by their role within this record.