Ejemplo n.º 1
0
 def __init__(self):
     VisItemParams.__init__(self)
     PartTransformParams.__init__(self)
     self.name = 'SceneGraphItem'
     self.isVisible = True
     coSceneGraphItemParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 2
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'DocumentMgrParams'
     self.singlePage = False
     self.changed = False
     coDocumentMgrParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 3
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DStaticColorVisParams'
     self.r = 255
     self.g = 255
     self.b = 255
     self.a = 255
Ejemplo n.º 4
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DStaticColorVisParams'
     self.r = 255
     self.g = 255
     self.b = 255
     self.a = 255
Ejemplo n.º 5
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name    = 'Viewpoint'
     self.view    = None
     self.id      = None
     self.confirmed = True # viewpoint id need to be confirmed from cover
     self.changed = False
     coViewpointParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 6
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'CoviseVisParams'
     self.filename = ''
     self.stepNo = 0
     self.rotate_output = False
     self.rotation_axis = 3
     self.rot_speed = 2.0
Ejemplo n.º 7
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Viewpoint'
     self.view = None
     self.id = None
     self.confirmed = True  # viewpoint id need to be confirmed from cover
     self.changed = False
     coViewpointParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 8
0
 def __init__(self):
     VisItemParams.__init__(self)
     PartTransformParams.__init__(self)
     self.name   = 'DNAItem'
     self.isVisible = True
     self.connectionPoints = {}
     self.connectionPointsDisable = {}            
     self.connectedUnit = {}
     self.matrix = [1,0,0,0 ,0,1,0,0 ,0,0,1,0 ,0,0,0,1]
     coDNAItemParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 9
0
 def __init__(self):
     VisItemParams.__init__(self)
     PartTransformParams.__init__(self)
     self.name = 'DNAItem'
     self.isVisible = True
     self.connectionPoints = {}
     self.connectionPointsDisable = {}
     self.connectedUnit = {}
     self.matrix = [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]
     coDNAItemParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 10
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'SceneObjectVisParams'
     SceneObjectVisParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 11
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.boundingBox = None
     self.variable = None
     PartModuleVisParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 12
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'DNAMgrParams'
     coDNAMgrParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 13
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DScalarColorVisParams'
     self.variable = 'T'
     self.numSteps = 16
     self.colorTable = 0
Ejemplo n.º 14
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = "VrmlVisParams"
     VrmlVisParams.mergeDefaultParams(self)  # explicitly call mergeDefaultParams of this class
Ejemplo n.º 15
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DScalarColorVisParams'
     self.variable    = 'T'
     self.numSteps    = 16
     self.colorTable  = 0
Ejemplo n.º 16
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.boundingBox = None
     self.variable = None
     PartModuleVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 17
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name         = 'SceneGraphMgrParams'
     coSceneGraphMgrParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 18
0
 def __init__(self):
     VisItemParams.__init__(self)
     PartTransformParams.__init__(self)
     self.name   = 'SceneGraphItem'
     self.isVisible = True
     coSceneGraphItemParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 19
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'SceneObjectVisParams'
     SceneObjectVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Ejemplo n.º 20
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name         = 'DocumentMgrParams'
     self.singlePage = False
     self.changed = False
     coDocumentMgrParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class