python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Calculating room length issue
I want to get the length and width values of a room within Revit but it appears that Revit does not give access to these values like it does with room perimeter, area and volume.
I decided to start by...
Anderson
Votes: 0
Answers: 3
Get one solid from element in Revit
Converting Autodesk.Revit.DB.Element to Autodesk.Revit.DB.Solid
I already tried to extract all solids from element, and that's was okay, I had a list of 2 - 10 solids.
But the problem is that I canno...
kiryha
Votes: 0
Answers: 1
Creating bounding box for a polygon using Revit API in C#
I am trying to create a bounding box for any given ploygon using Revit API. Can someone help?
namespace Revit_SquarePlacement.Command
{
[Transaction(TransactionMode.Manual)]
class cmd_Training...
Hunter
Votes: 0
Answers: 1
Python 3 for Revit 2022: typeerror: instance property must be accessed through a class insctance
I`m converting a python 2.7 script to python 3. The script is used in Dynamo for Revit 2022.
In 2.7 the code works but in python 3 it gives a typeerror: instance property must be accessed through a cl...
Wouter
Votes: 0
Answers: 1