# Example for: model.rotate() # This will orient a model as specified (no change in this example): # Read the structure and transform it: env = environ() mdl = model(env, file='1fas') mdl.rotate(translation=(0, 0, 0), rotation_matrix=(1, 0, 0, 0, 1, 0, 0, 0, 1), rotation_angle=0, rotation_axis=(1, 1, 1)) mdl.write(file='1fas.ini')