Ejemplo n.º 1
0
        public void CameraToGH(FVector vector)
        {
            var pt = vector.ToRhino();

            using (var args = new Rhino.Runtime.NamedParametersEventArgs())
            {
                args.Set("point", new Rhino.Geometry.Point(pt));
                Rhino.Runtime.HostUtils.ExecuteNamedCallback("ToGrasshopper", args);
            }
        }