(#641) Added polyline point visualization

This commit is contained in:
Magne Sjaastad
2015-12-01 12:34:30 +01:00
parent 3eade62961
commit dc03844a55
6 changed files with 104 additions and 11 deletions
@@ -93,6 +93,11 @@ void RimCrossSectionCollection::appendPartsToModel(cvf::ModelBasicList* model, c
{
cs->crossSectionPartMgr()->appendNativeCrossSectionFacesToModel(model, scaleTransform);
cs->crossSectionPartMgr()->appendMeshLinePartsToModel(model, scaleTransform);
if (cs->inputFromViewerEnabled)
{
cs->crossSectionPartMgr()->appendPolylinePartsToModel(model, scaleTransform);
}
}
}
}