def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = 'Iso Cropped Surface' PartIsoCutterVisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = '__TEMPLATE__' Part__TEMPLATE__VisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) self.isVisible = True self.name = 'VectorField' PartVectorFieldVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = 'DomainSurface' PartDomainSurfaceVisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) self.isVisible = True self.name = 'VectorField' PartVectorFieldVisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartInteractorVisParams.__init__(self) self.isVisible = True self.option = 1 self.vector = 1 self.name = 'PartCuttingSurfaceVisParams' self.setMoreParams()
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartInteractorVisParams.__init__(self) self.isVisible = True self.Interactor = 2 self.name = 'ProbingPoint' self.startpoint = 0, 0, 0 self.type = 1
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.Interactor = 2 self.vector = 2 self.name = 'IsoSurface' self.len = 1. self.isovalue = 0.5 self.isomin = 0.0 self.isomax = 1.0
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartTransformParams.__init__(self) #coloring and shader self.name = 'Appearance' self.r=200 self.g=200 self.b=200 self.transparency=1.0 self.transparencyOn=True self.color = 0 self.ambient = 180, 180, 180 self.specular = 255, 255, 130 self.shininess = 16.0 #visualization self.variable = 'Select a variable' self.allVariables = [] self.mergeDefaultParams()
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) PartInteractorVisParams.__init__(self) self.isVisible = True self.taskType = 1 self.name = 'PartTracerVisParams' #start points from other 2D Part self.use2DPartKey = None self.len = 1. self.no_startp = 50 self.direction = 1 self.eps = 0.0000001 self.grid_tol = 0.0001 self.maxOutOfDomain = 0.25 self.abs = 0.0001 self.min_vel = 0.001 self.start_style = 2 self.freeStartPoints = '[0.01, 0.01, 0.01]'
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = 'MagmaTrace' PartMagmaTraceVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = '__TEMPLATE__' Part__TEMPLATE__VisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = 'Iso Interval Surface' PartClipIntervalVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartColoredVisParams.__init__(self) self.isVisible = True self.name = 'Iso Cropped Surface' PartIsoCutterVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) self.isVisible = True self.name = 'DomainLines' PartDomainLinesVisParams.mergeDefaultParams( self) # explicitly call mergeDefaultParams of this class
def __init__(self): PartModuleVisParams.__init__(self) PartTransformParams.__init__(self) self.name = 'BoundingBox'
def __init__(self): PartModuleVisParams.__init__(self) self.isVisible = True self.name = 'DomainLines' PartDomainLinesVisParams.mergeDefaultParams(self) # explicitly call mergeDefaultParams of this class