Ejemplo n.º 1
0
        //public void ExplodeBlocksWithNoAttributes(Database db) =>
        //  Wrappers.ExecuteActionInTransaction(db, tr => Wrappers.ExplodeBlocksWithNoAttributes(db, tr));

        //public void ExplodeBlocksByPredicate(Database db, Predicate<BlockReference> predicate) =>
        //  Wrappers.ExecuteActionInTransaction(db, tr => Wrappers.ExplodeBlocksByPredicate(db, tr, predicate));

        public void SendCommand(Autodesk.AutoCAD.ApplicationServices.Document doc, params string[] commandParts) => Wrappers.SendCommand(doc, commandParts);