jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Public snoop api #173

Closed Nice3point closed 1 year ago

Nice3point commented 1 year ago

Summary of the Pull Request

Public API support https://github.com/jeremytammik/RevitLookup/issues/171

Description:

Usage:

var descriptors = DescriptorBuilder.Build(element);
var descriptors = DescriptorBuilder.Build(obj, document);
var descriptors = DescriptorBuilder.Build(typeof(ComponentManager));

Quality Checklist

jeremytammik commented 1 year ago

cool! thank you! как вы думаете, александр? @CADBIMDeveloper

CADBIMDeveloper commented 1 year ago

@jeremytammik , ok, I was able to get descriptors in RPS, what's next?

CADBIMDeveloper commented 1 year ago

@Nice3point ,

Probably here should be BuildInstanceObject invocation

Nice3point commented 1 year ago

Oh, yes, i will fix it