#923 Intersections: Input points by clicking in 3D view

This commit is contained in:
Magne Sjaastad
2016-10-18 11:57:05 +02:00
parent 6bb0c3b87e
commit 8c3f707758
4 changed files with 94 additions and 21 deletions

View File

@@ -133,7 +133,7 @@ void RimIntersectionCollection::appendPartsToModel(cvf::ModelBasicList* model, c
cs->crossSectionPartMgr()->appendNativeCrossSectionFacesToModel(model, scaleTransform);
cs->crossSectionPartMgr()->appendMeshLinePartsToModel(model, scaleTransform);
if (cs->inputFromViewerEnabled)
if (cs->inputPolyLineFromViewerEnabled)
{
cs->crossSectionPartMgr()->appendPolylinePartsToModel(model, scaleTransform);
}