architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
490 stars 112 forks source link

Update Support use method from revitlookup to snoop #124

Closed chuongmep closed 2 years ago

chuongmep commented 2 years ago

Purpose

Support use some method from console connect with RevitLookup to snoop:

Description

It fix for update from RevitLookup open source latest Demo : Revit_ggJunCyj8v

Declarations

Check these if you believe they are true

Reviewers

@daren-thomas @eirannejad

FYIs

@jeremytammik

chuongmep commented 2 years ago

@daren-thomas Updated, I updated code standard CapitalizedWords when start because I want all user don't confuse when coding between C# or Python when call method from code standard of project Revitlookup. Thanks you.