コード例 #1
0
ファイル: RotationsB.py プロジェクト: wangsen53/vtk-examples
def main():
    file_name, figure, book_color = Rotations.get_program_parameters()
    # Set up for six rotations about the y-axis.
    figure = 2
    book_color = True
    Rotations.rotate(file_name, figure, book_color)
コード例 #2
0
ファイル: RotationsD.py プロジェクト: wangsen53/vtk-examples
def main():
    file_name, figure, book_color = Rotations.get_program_parameters()
    # First a rotation about the x-axis, then six rotations about the y-axis.
    figure = 4
    book_color = True
    Rotations.rotate(file_name, figure, book_color)