architecture-building-systems / revitpythonshell

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

I want to create a code through which I can create walls on the boundary of already modelled walls. #131

Closed S-Rafay-Ali-bukhari closed 1 year ago

S-Rafay-Ali-bukhari commented 1 year ago

I have successfully created wall through script however I am not able to create a script that other walls will be created at the surface of already created walls.

PavelAltynnikov commented 1 year ago

This question has nothing to do with the issues of the RPS, please don't post stuff like this here and close this issue.

daren-thomas commented 1 year ago

@S-Rafay-Ali-bukhari To expand on @PavelAltynnikov 's answer, the RPS just provides python access to the Revit API. There are better places to learn how to actually use the API. We've tried to list some resources in the Getting Started section of the README in this repo.

If you find some better resources or forums that might help others with questions we'll gladly add links to that section, please tell us!

As I'm not involved with the Revit community anymore, I'm not currently aware of the goto place to ask such questions, I'm sorry. But there probably is such a place and it would benefit other users with such questions, if they tend to be asked in the same place - it will make those questions easier to find for other people too. Splitting up the community by answering such questions in the RPS repo would only weaken the community.

Good luck with creating your RPS script! I do hope you eventually find the answer you're looking for!!!