Rename RimIntersectionHandle to RimIntersection

This commit is contained in:
Jacob Støren
2019-11-26 13:26:37 +01:00
parent 0a358941fb
commit 06596673dc
10 changed files with 33 additions and 33 deletions

View File

@@ -352,7 +352,7 @@ QList<caf::PdmOptionItemInfo> RimExtrudedCurveIntersection::calculateValueOption
}
else
{
options = RimIntersectionHandle::calculateValueOptions( fieldNeedingOptions, useOptionsOnly );
options = RimIntersection::calculateValueOptions( fieldNeedingOptions, useOptionsOnly );
}
return options;