In the Test Harness command "ReadIges" there is added taking into account value of the parameter "read.only.visible"
DeclareAndCast(IGESControl_Controller,ctl,XSDRAW::Controller());
if (ctl.IsNull()) XSDRAW::SetNorm("IGES");
+ //get value of the Test Harness parameter "read.only.visible"
Standard_Integer readOnlyVisible = Interface_Static::IVal("read.iges.onlyvisible");
IGESCAFControl_Reader reader ( XSDRAW::Session(),Standard_True);
reader.SetReadVisible(readOnlyVisible);
+
if (argc == 4) {
Standard_Boolean mode = Standard_True;
for ( Standard_Integer i = 0; argv[3][i] ; i++ )