Changes between Version 42 and Version 43 of PythonOcc/elbow


Ignore:
Timestamp:
Dec 24, 2013, 10:14:07 AM (10 years ago)
Author:
Leon Kos
Comment:

meshes[i].visible = false;

Legend:

Unmodified
Added
Removed
Modified
  • PythonOcc/elbow

    v42 v43  
    471471     material.diffuseColor = 0x3f3f7f;
    472472     meshes[i].setMaterial(material);
     473     // meshes[i].visible = false;
    473474     theScene.addChild(meshes[i]);
    474475    }
     
    484485        material.transparency = 0.4;
    485486        meshes[i].setMaterial(material);
     487        // meshes[i].visible = false;
    486488        theScene.addChild(meshes[i]);
    487489