예제 #1
0
        public ExternalCommandResult Execute(Application excelApp, ref string errorMessage, ref Range errorRange)
        {
            var s = new 规范数据源();

            return(AddinManagerDebuger.DebugInAddinManager(s.QuantityList,
                                                           excelApp, ref errorMessage, ref errorRange));
        }
예제 #2
0
        public ExternalCommandResult Execute(Application excelApp, ref string errorMessage, ref Range errorRange)
        {
            var s = new CppDocExtracter();

            return(AddinManagerDebuger.DebugInAddinManager(s.ExtractCppDoc,
                                                           excelApp, ref errorMessage, ref errorRange));
        }
예제 #3
0
        public ExternalCommandResult Execute(Application excelApp, ref string errorMessage, ref Range errorRange)
        {
            var s = new A3PageSetup();

            return(AddinManagerDebuger.DebugInAddinManager(s.SetupA3Page,
                                                           excelApp, ref errorMessage, ref errorRange));
        }
예제 #4
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new InfosGetter_HighFill();

            return(AddinManagerDebuger.DebugInAddinManager(s.HighFillDeepCut,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #5
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var tdg = new TableDataGetter();

            return(AddinManagerDebuger.DebugInAddinManager(tdg.GetVectorFromText,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #6
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new PolylineRemesh2();

            return(AddinManagerDebuger.DebugInAddinManager(s.CreatePolylineFromCurveByIntervals,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #7
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var sp = new InfosGetter_FillCutInters();

            return(AddinManagerDebuger.DebugInAddinManager(sp.ExportFillCutIntersections,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #8
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var sp = new InfosGetter_Substitution();

            return(AddinManagerDebuger.DebugInAddinManager(sp.SubstituteSoil,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #9
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new PolylineVerterxesExtracter();

            return(AddinManagerDebuger.DebugInAddinManager(s.Polyline2Point,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #10
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new CopyColumns();

            return(AddinManagerDebuger.DebugInAddinManager(s.CopyColumnsFromClipboard,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #11
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new ReverseCurve();

            return(AddinManagerDebuger.DebugInAddinManager(s.ReverseCurveEnds,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #12
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new BlockRefAttStyleEditor();

            return(AddinManagerDebuger.DebugInAddinManager(s.EditBlockRefAttStyles,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #13
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new PerpendicularLine();

            return(AddinManagerDebuger.DebugInAddinManager(s.DrawPerpendicularLine,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #14
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new SlopeProtTextModifier();

            return(AddinManagerDebuger.DebugInAddinManager(s.ModifySlopeProtText,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #15
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new DBTextsToMText();

            return(AddinManagerDebuger.DebugInAddinManager(s.ConvertDBTextsToMText,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #16
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new Polyface_SubDMesh_Convertor();

            return(AddinManagerDebuger.DebugInAddinManager(s.ConvertPolyfaceToSubDMesh,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #17
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new ClosedAreaSumup();

            return(AddinManagerDebuger.DebugInAddinManager(s.SumupClosedArea,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #18
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new ExtensionGetter();

            return(AddinManagerDebuger.DebugInAddinManager(s.GetExtension,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }
예제 #19
0
        public ExternalCommandResult Execute(SelectionSet impliedSelection, ref string errorMessage,
                                             ref IList <ObjectId> elementSet)
        {
            var s = new SectionInfosPlayer();

            return(AddinManagerDebuger.DebugInAddinManager(s.AllSectionsInfo,
                                                           impliedSelection, ref errorMessage, ref elementSet));
        }