Mirror Object on line

 From:  edwinfuman
10956.4 In reply to 10956.3 
hey again.

sorry the order is wrong but below the picture is a short recording of the process. i don“t know if its easy to see though.

my question to the picture would be how i can toggle on/off this transperency(the dotted lines inside the mesh)
in moi i use

script: /* Toggle edge display */ var breps = moi.geometryDatabase.getObjects().getBReps(); var hide = true; for ( var i = 0; i < breps.length; ++i ) { var edges = breps.item(i).getEdges(); if ( i == 0 ) hide = !edges.item(0).hidden; edges.setProperty( 'hidden', hide ); }

to toggle lines but is there also a command for the transparency stuff?
greetings!