mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Thermal Fracture: rotate and place fracture according to template data.
This commit is contained in:
@@ -70,6 +70,10 @@ void RicPlaceThermalFractureUsingTemplateDataFeature::onActionTriggered( bool is
|
||||
|
||||
fracture->setMeasuredDepth( md );
|
||||
|
||||
fracture->setAzimuth( rotation.x() );
|
||||
fracture->setDip( rotation.y() );
|
||||
fracture->setTilt( rotation.z() );
|
||||
|
||||
fracture->updateConnectedEditors();
|
||||
RimProject* project = RimProject::current();
|
||||
project->reloadCompletionTypeResultsInAllViews();
|
||||
|
||||
Reference in New Issue
Block a user