Hi, I downloaded Revit.Toolkit to use it in a standalone win form. How can I figure out oleStream name in i. e. GetRawBytes for a .rvt file created with Revit 2017?
Yaroslav Zhmayev
@salaros
Hello
sorry, for not being able to assist you, but I was on a business trip
but now I'm back
Yaroslav Zhmayev
@salaros
in few hours I will send you an example (a snippet) with GetRawBytes usage
once you found out the name just use it in GetRawBytes
inhomecoder
@inhomecoder
Hi, thank You for Your help. I managed to get the list of Stream names from a .rvt file and hence byte arrays. What I need further on is the room List with parameters and values. I'm a bit desolated.
inhomecoder
@inhomecoder
Tried to get Thumbnails. It's CAD.Toolkit, Version 1.1.1.0 demanded. Last one I could find was 1.0.5.18
Yaroslav Zhmayev
@salaros
Hey
we had a problem with NuGet in the middle of an update (NuGet validation took about 10 hours due to a bug on their side)
basically this bug has occurred once again NuGet/NuGetGallery#5183
Please retry with latest versions of NuGet packages
Yaroslav Zhmayev
@salaros
@inhomecoder Hi
Have you managed to get CAD/Revit toolkit working?
Yaroslav Zhmayev
@salaros
@inhomecoder ?
inhomecoder
@inhomecoder
Hi, we'll start on Mo
inhomecoder
@inhomecoder
CodeCave.Revit.Toolkit.OLE.RfaTumbnailExtractor extra = new CodeCave.Revit.Toolkit.OLE.RfaTumbnailExtractor(); System.IO.MemoryStream stream = extra.ExtractStream(sfilepath); Error CS7069: "ThumbnailExtractor" is apparently declared in "CAD.Toolkit", but can not be found "CAD.Toolkit"- version 1.3.0.4, specific version - false