#6595 Fracture Model: Allow azimuth orientation for fracture.

This commit is contained in:
Kristian Bendiksen
2020-09-29 14:21:16 +02:00
committed by rubenthoms
parent 2d268b9e54
commit f9ff4c73df
3 changed files with 21 additions and 4 deletions

View File

@@ -58,7 +58,10 @@ bool RifFractureModelPerfsFrkExporter::writeToFile( RimFractureModelPlot* plot,
QTextStream stream( &data );
appendHeaderToStream( stream );
bool isTransverse = fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::TRANSVERSE_WELL_PATH;
bool isTransverse =
( fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::TRANSVERSE_WELL_PATH ||
fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::AZIMUTH );
appendFractureOrientationToStream( stream, isTransverse );
// Unit: meter