PartDesign: fix line ending in source code
This commit is contained in:
@@ -331,7 +331,7 @@ App::DocumentObjectExecReturn *Transformed::execute(void)
|
||||
// lets check if the result is a solid
|
||||
if (current.IsNull())
|
||||
return new App::DocumentObjectExecReturn("Resulting shape is not a solid", *o);
|
||||
|
||||
|
||||
/*std::vector<TopoDS_Shape>::const_iterator individualIt;
|
||||
for (individualIt = individualTools.begin(); individualIt != individualTools.end(); ++individualIt)
|
||||
{
|
||||
@@ -378,7 +378,7 @@ App::DocumentObjectExecReturn *Transformed::execute(void)
|
||||
for (rej_it_map::const_iterator it = nointersect_trsfms.begin(); it != nointersect_trsfms.end(); ++it)
|
||||
for (trsf_it::const_iterator it2 = it->second.begin(); it2 != it->second.end(); ++it2)
|
||||
rejected[it->first].push_back(**it2);
|
||||
|
||||
|
||||
int solidCount = countSolids(support);
|
||||
if (solidCount > 1) {
|
||||
return new App::DocumentObjectExecReturn("Transformed: Result has multiple solids. This is not supported at this time.");
|
||||
|
||||
Reference in New Issue
Block a user