# Example for: model.orient() # This will orient the model along the principal axes of the inertia ellipsoid: env = environ() mdl = model(env) mdl.read(file='1fas') mdl.orient() mdl.write(file='1fas.ini')