Beispiel #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
Beispiel #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
Beispiel #3
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DStaticColorVisParams'
     self.r = 255
     self.g = 255
     self.b = 255
     self.a = 255
Beispiel #4
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DStaticColorVisParams'
     self.r = 255
     self.g = 255
     self.b = 255
     self.a = 255
Beispiel #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
Beispiel #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
Beispiel #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
Beispiel #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
Beispiel #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
Beispiel #10
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'SceneObjectVisParams'
     SceneObjectVisParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Beispiel #11
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.boundingBox = None
     self.variable = None
     PartModuleVisParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Beispiel #12
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'DNAMgrParams'
     coDNAMgrParams.mergeDefaultParams(
         self)  # explicitly call mergeDefaultParams of this class
Beispiel #13
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DScalarColorVisParams'
     self.variable = 'T'
     self.numSteps = 16
     self.colorTable = 0
Beispiel #14
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = "VrmlVisParams"
     VrmlVisParams.mergeDefaultParams(self)  # explicitly call mergeDefaultParams of this class
Beispiel #15
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'Part2DScalarColorVisParams'
     self.variable    = 'T'
     self.numSteps    = 16
     self.colorTable  = 0
Beispiel #16
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.boundingBox = None
     self.variable = None
     PartModuleVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Beispiel #17
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name         = 'SceneGraphMgrParams'
     coSceneGraphMgrParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Beispiel #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
Beispiel #19
0
 def __init__(self):
     VisItemParams.__init__(self)
     self.name = 'SceneObjectVisParams'
     SceneObjectVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
Beispiel #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