public List <Vector3D> GetPoints() { var points = new List <Vector3D>(); points_.GetPoints(ref points); return(points); }