Example #1
0
    def __init__(self, iGroupModule):
        ImportGroupSimpleFilter.__init__(self, iGroupModule, TransformModule)

        self.__rotation = None
        self.__translation = None

        self.__rotAngle = 0.0
        self.__rotX = 1.0
        self.__rotY = 1.0
        self.__rotZ = 1.0

        self.__transX = 0.0
        self.__transY = 0.0
        self.__transZ = 0.0
Example #2
0
    def __init__(self, iGroupModule):
        ImportGroupSimpleFilter.__init__(self, iGroupModule, TransformModule)

        self.__rotation = None
        self.__translation = None

        self.__rotAngle = 0.0
        self.__rotX = 1.0
        self.__rotY = 1.0
        self.__rotZ = 1.0

        self.__transX = 0.0
        self.__transY = 0.0
        self.__transZ = 0.0
Example #3
0
 def __init__(self, iGroupModule):
     ImportGroupSimpleFilter.__init__(self, iGroupModule, CutGeometryModule)
     self.__normal = (1.,0.,0.)
     self.__distance = 0. 
Example #4
0
 def __init__(self, iGroupModule):
     ImportGroupSimpleFilter.__init__(self, iGroupModule, CutGeometryModule)
     self.__normal = (1., 0., 0.)
     self.__distance = 0.
Example #5
0
 def __init__(self, iGroupModule):
     ImportGroupSimpleFilter.__init__(self, iGroupModule, AssembleUsgModule)
Example #6
0
 def __init__(self, iGroupModule):
     ImportGroupSimpleFilter.__init__(self, iGroupModule, ReduceSetModule)
     self.__factor = 1 
Example #7
0
 def __init__(self, iGroupModule):
     ImportGroupSimpleFilter.__init__(self, iGroupModule, ReduceSetModule)
     self.__factor = 1