Exemplo n.º 1
0
        public void TestSelection()
        {
            var    point = Interaction.GetPoint("\nPoint");
            double value = Interaction.GetDistance("\nSize");
            var    size  = new Vector3d(value, value, 0);
            var    ids   = Interaction.GetWindowSelection(point - size, point + size);

            Interaction.WriteLine("{0} entities selected.", ids.Count());
        }