Packages |
| package | batchmode_smesh |
Functions |
| def | batchmode_smesh.Init |
| def | batchmode_smesh.AddNewMesh |
| def | batchmode_smesh.AddNewHypothesis |
| def | batchmode_smesh.AddNewAlgorithms |
| def | batchmode_smesh.SetShape |
| def | batchmode_smesh.SetHypothesis |
| def | batchmode_smesh.SetAlgorithms |
| def | batchmode_smesh.UnSetHypothesis |
| def | batchmode_smesh.AddSubMesh |
| def | batchmode_smesh.AddSubMeshOnShape |
| def | batchmode_smesh.SetName |
Variables |
| tuple | batchmode_smesh.modulecatalog = naming_service.Resolve("/Kernel/ModulCatalog") |
| tuple | batchmode_smesh.smesh = lcc.FindOrLoadComponent("FactoryServer", "SMESH") |
| tuple | batchmode_smesh.myStudyBuilder = myStudy.NewBuilder() |
| tuple | batchmode_smesh.father = myStudy.FindComponent("SMESH") |
| tuple | batchmode_smesh.FName = myStudyBuilder.FindOrCreateAttribute(father, "AttributeName") |
| tuple | batchmode_smesh.Comp = modulecatalog.GetComponent("SMESH") |
| tuple | batchmode_smesh.aPixmap = myStudyBuilder.FindOrCreateAttribute(father, "AttributePixMap") |
| tuple | batchmode_smesh.mySComponentMesh = father._narrow(SALOMEDS.SComponent) |
| int | batchmode_smesh.Tag_HypothesisRoot = 1 |
| int | batchmode_smesh.Tag_AlgorithmsRoot = 2 |
| int | batchmode_smesh.Tag_RefOnShape = 1 |
| int | batchmode_smesh.Tag_RefOnAppliedHypothesis = 2 |
| int | batchmode_smesh.Tag_RefOnAppliedAlgorithms = 3 |
| int | batchmode_smesh.Tag_SubMeshOnVertex = 4 |
| int | batchmode_smesh.Tag_SubMeshOnEdge = 5 |
| int | batchmode_smesh.Tag_SubMeshOnFace = 6 |
| int | batchmode_smesh.Tag_SubMeshOnSolid = 7 |
| int | batchmode_smesh.Tag_SubMeshOnCompound = 8 |
| dictionary | batchmode_smesh.Tag = {"HypothesisRoot":1,"AlgorithmsRoot":2,"RefOnShape":1,"RefOnAppliedHypothesis":2,"RefOnAppliedAlgorithms":3,"SubMeshOnVertex":4,"SubMeshOnEdge":5,"SubMeshOnFace":6,"SubMeshOnSolid":7,"SubMeshOnCompound":8} |