mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added label and label anchor line. Setting to control fault outside filter.
This commit is contained in:
@@ -103,9 +103,11 @@ void RivFaultPartMgr::appendPartsToModel(cvf::ModelBasicList* model)
|
||||
{
|
||||
cvf::ref<RivFaultPart> rivFaultPart = m_faultParts[i];
|
||||
|
||||
// Distribute fault settings from fault collection to fault parts
|
||||
// Propagate settings from RimFaultCollection to RivFaultPart
|
||||
rivFaultPart->setShowNativeFaces(m_faultCollection->showFaultFaces());
|
||||
rivFaultPart->setShowOppositeFaces(m_faultCollection->showOppositeFaultFaces());
|
||||
rivFaultPart->setShowLabel(m_faultCollection->showFaultLabel());
|
||||
rivFaultPart->setLimitFaultToVisibleCells(m_faultCollection->limitFaultsToFilter());
|
||||
|
||||
rivFaultPart->appendPartsToModel(&parts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user