コード例 #1
0
ファイル: PartPointProbingVis.py プロジェクト: zyzwhdx/covise
 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
コード例 #2
0
 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()
コード例 #3
0
ファイル: PartCuttingSurfaceVis.py プロジェクト: nixz/covise
 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()
コード例 #4
0
    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]'
コード例 #5
0
ファイル: PartTracerVis.py プロジェクト: nixz/covise
    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]'