ReadVrmlRec(aSubDirPath, theDoc, aNewLabel);
}
- aShapeTool->UpdateAssembly(aNewLabel);
+ aShapeTool->UpdateAssemblies();
}
// At the end of operation update assemblies
}
ReadVrmlNode (anIt.Value (), theDoc, aNewLabel);
}
- aShapeTool->UpdateAssembly (aNewLabel);
+ aShapeTool->UpdateAssemblies();
}
return aNewLabel;
{
ReadVrmlNode (anIt.Value (), theDoc, aNewLabel);
}
- aShapeTool->UpdateAssembly (aNewLabel);
+ aShapeTool->UpdateAssemblies();
return true;
}