Create Clipping Planes in GH

@PeterFotiadis Thanks man… I really appreciate your entire help.
I must say sorry for my innocent towards “only thing left” early today, that thing should really be hiding the CPs at the end. I was thinking of using GUID to get CP referenced …

 guidList.Add(id);
  Print("One Clip active");
  if (id != Guid.Empty){  doc.Views.Redraw(); }
}
clipPlaneGuidList = guidList;