// bbSetOutputOut( bbGetInputIn() );
// std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
- printf("EED MeshManager_tool::Process tool=%d %s Ojo ------------------------\n", bbGetInputTool(), bbGetFullName().c_str() );
- printf(" Mesh %p\n", bbGetInputMesh() );
- printf(" ManagerModel %p\n", bbGetInputMeshManagerModel() );
-
if (bbGetInputMeshManagerModel()!=NULL)
{
if (bbGetInputTool()==10) // Undo
if ((XSize!=YSize) || (XSize!=ZSize) )
{
ok=false;
- printf("ERROR. TransformVector: The size of the tree vectors are not the same!\n");
+ printf("ERROR. TransformVector: Size of the tree vectors are not the same! %s\n", bbGetFullName().c_str() );
}
yVec.push_back( tmpB[1] );
zVec.push_back( tmpB[2] );
} else {
- printf("WARNNIG. TransformVector: The Transform is not set!\n");
+// printf("WARNNIG. TransformVector: The Transform is not set! %s\n", bbGetFullName().c_str() );
xVec.push_back( tmpA[0] );
yVec.push_back( tmpA[1] );
zVec.push_back( tmpA[2] );