Packages | |
| package | batchmode_visu_table |
Variables | |
| tuple | batchmode_visu_table.modulecatalog = naming_service.Resolve("/Kernel/ModulCatalog") |
| tuple | batchmode_visu_table.myBuilder = myStudy.NewBuilder() |
| tuple | batchmode_visu_table.myVisu = lcc.FindOrLoadComponent("FactoryServer", "VISU") |
| tuple | batchmode_visu_table.myComponent = myStudy.FindComponent("VISU") |
| tuple | batchmode_visu_table.aName = myBuilder.FindOrCreateAttribute(myComponent, "AttributeName") |
| tuple | batchmode_visu_table.Comp = modulecatalog.GetComponent( "VISU" ) |
| tuple | batchmode_visu_table.A2 = myBuilder.FindOrCreateAttribute(myComponent, "AttributePixMap") |
| tuple | batchmode_visu_table.aPixmap = A2._narrow(SALOMEDS.AttributePixMap) |
| tuple | batchmode_visu_table.myTRealObject = myBuilder.NewObject(myComponent) |
| tuple | batchmode_visu_table.AName = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeName") |
| tuple | batchmode_visu_table.ARealTable = myBuilder.FindOrCreateAttribute(myTRealObject, "AttributeTableOfReal") |
| int | batchmode_visu_table.myHorNb = 10 |
| int | batchmode_visu_table.myVerNb = 200 |
| dictionary | batchmode_visu_table.k = {} |
| tuple | batchmode_visu_table.myVisuTableReal = myVisu.CreateTable( myTRealObject.GetID() ) |
| tuple | batchmode_visu_table.myContainer = myVisu.CreateContainer() |
| tuple | batchmode_visu_table.myCurve = myVisu.CreateCurve( myVisuTableReal, 1, i+1 ) |