该函数用于在项目中删除已有的取向(orientation)数据。删除后,该数据将不再被保存在项目中。
model.delete_orientations(orientations)
orientations
:需要删除的取向数据(OrientationData),类型为Gempy Data。该函数没有返回值,但是会修改当前项目的取向数据。
# 删除指定名称的取向数据
model.delete_orientations(model.get_orientations("orientation_data_name"))