Exemplo n.º 1
0
 public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
     ref IList<ObjectId> elementSet)
 {
     var s = new LongitudinalSectionDrawer();
     return SQAddinManagerDebuger.DebugInAddinManager(s.LongitudinalSection,
         impliedSelection, ref errorMessage, ref elementSet);
 }
Exemplo n.º 2
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new SlopeWalker();

            return(SQAddinManagerDebuger.DebugInAddinManager(s.SlopeWalk,
                                                             impliedSelection, ref errorMessage, ref elementSet));
        }
Exemplo n.º 3
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new InfosGetter_RoadSurface();

            return(SQAddinManagerDebuger.DebugInAddinManager(s.RoadSurface,
                                                             impliedSelection, ref errorMessage, ref elementSet));
        }
Exemplo n.º 4
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var sp = new InfosGetter_ThinFill();

            return(SQAddinManagerDebuger.DebugInAddinManager(sp.ThinFillShallowCut,
                                                             impliedSelection, ref errorMessage, ref elementSet));
        }
Exemplo n.º 5
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var sp = new InfosGetter_FillCutInters();

            return(SQAddinManagerDebuger.DebugInAddinManager(sp.ExportFillCutIntersections,
                                                             impliedSelection, ref errorMessage, ref elementSet));
        }
Exemplo n.º 6
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            TestDictOnAbortGetAtDict();
            return(ExternalCommandResult.Succeeded);

            var s = new DebugTemplate();

            return(SQAddinManagerDebuger.DebugInAddinManager(s.DoSomething,
                                                             impliedSelection, ref errorMessage, ref elementSet));
        }