嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
RevitLookup-2018.0.0.8源码
.
├── RevitLookup-2018.0.0.8
│ ├── CS
│ │ ├── ActiveUIDoc.cs
│ │ ├── App.cs
│ │ ├── AppDocEvents.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── ColumnSorter.cs
│ │ ├── Documentation
│ │ │ └── RevitLookup.doc
│ │ ├── EventTrack
│ │ │ ├── Events
│ │ │ │ ├── ApplicationEvents.cs
│ │ │ │ ├── DocEvents.cs
│ │ │ │ └── EventsBase.cs
│ │ │ └── Forms
│ │ │ ├── EventsForm.cs
│ │ │ ├── EventsForm.designer.cs
│ │ │ └── EventsForm.resx
│ │ ├── GeomUtils.cs
│ │ ├── Graphics
│ │ │ ├── DwgStream.cs
│ │ │ ├── GraphicsStream.cs
│ │ │ ├── GraphicsStreamDwg.cs
│ │ │ └── RevitStream.cs
│ │ ├── HostApp.cs
│ │ ├── ModelStats
│ │ │ ├── CategoryCount.cs
│ │ │ ├── RawObjCount.cs
│ │ │ ├── Report.cs
│ │ │ └── SymbolCount.cs
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── ReportBrowser
│ │ │ ├── ObjCountReport.html
│ │ │ ├── css
│ │ │ │ ├── ReportList.css
│ │ │ │ └── Reports.css
│ │ │ ├── js
│ │ │ │ └── ReportUtils_DwgStat.js
│ │ │ ├── reports
│ │ │ │ ├── Report_RawDataSortClass.htm
│ │ │ │ ├── Report_RawDataSortCount.htm
│ │ │ │ ├── Report_SymbolRefsSortCount.htm
│ │ │ │ ├── Report_SymbolRefsSortName.htm
│ │ │ │ ├── Report_SymbolRefsSortType.htm
│ │ │ │ └── Reports.htm
│ │ │ └── xsl
│ │ │ ├── RawDataSortClass.xsl
│ │ │ ├── RawDataSortCount.xsl
│ │ │ ├── SymbolRefsSortCount.xsl
│ │ │ ├── SymbolRefsSortName.xsl
│ │ │ └── SymbolRefsSortType.xsl
│ │ ├── Resources
│ │ │ ├── RLookup-16.ico
│ │ │ ├── RLookup-16.png
│ │ │ └── RLookup-32.png
│ │ ├── RevitLookup.addin
│ │ ├── RevitLookup.csproj
│ │ ├── RevitLookup.sln
│ │ ├── Snoop
│ │ │ ├── CollectorExts
│ │ │ │ ├── CollectorExt.cs
│ │ │ │ ├── CollectorExtElement.cs
│ │ │ │ ├── DataTypeInfoHelper.cs
│ │ │ │ ├── ElementMethodsStream.cs
│ │ │ │ ├── ElementPropertiesStream.cs
│ │ │ │ ├── ExtensibleStorageEntityContentStream.cs
│ │ │ │ ├── IElementStream.cs
│ │ │ │ └── SpatialElementStream.cs
│ │ │ ├── Collectors
│ │ │ │ ├── Collector.cs
│ │ │ │ ├── CollectorEventArgs.cs
│ │ │ │ ├── CollectorObj.cs
│ │ │ │ └── CollectorXmlNode.cs
│ │ │ ├── Data
│ │ │ │ ├── Angle.cs
│ │ │ │ ├── BindingMap.cs
│ │ │ │ ├── Bool.cs
│ │ │ │ ├── CategoryNameMap.cs
│ │ │ │ ├── CategorySeparator.cs
│ │ │ │ ├── ClassSeparator.cs
│ │ │ │ ├── Data.cs
│ │ │ │ ├── Double.cs
│ │ │ │ ├── ElementGeometry.cs
│ │ │ │ ├── ElementId.cs
│ │ │ │ ├── ElementSet.cs
│ │ │ │ ├── EmptyValue.cs
│ │ │ │ ├── Enumerable.cs
│ │ │ │ ├── Exception.cs
│ │ │ │ ├── ExtensibleStorageSeparator.cs
│ │ │ │ ├── Int.cs
│ │ │ │ ├── MemberSeparator.cs
│ │ │ │ ├── Object.cs
│ │ │ │ ├── ParameterSet.cs
│ │ │ │ ├── String.cs
│ │ │ │ ├── Uv.cs
│ │ │ │ ├── Xml.cs
│ │ │ │ └── Xyz.cs
│ │ │ ├── Forms
│ │ │ │ ├── BindingMap.cs
│ │ │ │ ├── BindingMap.resx
│ │ │ │ ├── Categories.cs
│ │ │ │ ├── Categories.resx
│ │ │ │ ├── GenericPropGrid.cs
│ │ │ │ ├── GenericPropGrid.resx
│ │ │ │ ├── Geometry.cs
│ │ │ │ ├── Geometry.resx
│ │ │ │ ├── ObjTreeBase.cs
│ │ │ │ ├── ObjTreeBase.resx
│ │ │ │ ├── Objects.cs
│ │ │ │ ├── Objects.resx
│ │ │ │ ├── ParamEnum.Designer.cs
│ │ │ │ ├── ParamEnum.cs
│ │ │ │ ├── ParamEnum.resx
│ │ │ │ ├── ParamEnumSnoop.cs
│ │ │ │ ├── ParamEnumSnoop.resx
│ │ │ │ ├── Parameters.cs
│ │ │ │ ├── Parameters.resx
│ │ │ │ ├── SearchBy.Designer.cs
│ │ │ │ ├── SearchBy.cs
│ │ │ │ └── SearchBy.resx
│ │ │ └── Utils.cs
│ │ ├── TestCmds.cs
│ │ ├── Xml
│ │ │ └── Forms
│ │ │ ├── Dom.cs
│ │ │ └── Dom.resx
│ │ ├── packages.config
│ │ └── res
│ │ ├── COPY.ico
│ │ ├── ImageTreeCategory.bmp
│ │ ├── ImageTreeClass.bmp
│ │ ├── ImageTreeTest.bmp
│ │ ├── ImageTreeXmlAttribute.bmp
│ │ ├── ImageTreeXmlCdata.bmp
│ │ ├── ImageTreeXmlComment.bmp
│ │ ├── ImageTreeXmlDeclaration.bmp
│ │ ├── ImageTreeXmlDoc.bmp
│ │ ├── ImageTreeXmlDocType.bmp
│ │ ├── ImageTreeXmlElement.bmp
│ │ ├── ImageTreeXmlEntity.bmp
│ │ ├── ImageTreeXmlFragment.bmp
│ │ ├── ImageTreeXmlProcInstr.bmp
│ │ ├── ImageTreeXmlReference.bmp
│ │ ├── ImageTreeXmlText.bmp
│ │ ├── ImageTreeXmlUnknown.bmp
│ │ ├── Preview.ico
│ │ ├── Print.ico
│ │ └── Toolbar.bmp
│ ├── LICENSE
│ ├── README.md
│ └── Wishlist.md
└── 好例子网_RevitLookup-2018.0.0.8.zip
23 directories, 131 files