Which API for BeamByCurve in Python?

Dear All,

I’m looking for Revit API, which one has same/similar function like StructuralFraming.BeamByCurve Dynamo Node. I have to code this function in Python, to use with other APIs togather.

I tried, BeamSystem.Create, but This Method is for beam ‘System’ and I could not assign Family Type by this function.

Does any one know, what kind of Revit API is corresponding to the Node, StructuralFraming.BeamByCurve?

Regards,

My special googling skills helped me find these:


I hope that helps!

1 Like

@y.KWON Here is more :slight_smile:

http://www.revitapidocs.com/2015/d8e0a91a-b062-3a86-6d8e-779534459ff4.htm?section=exampleToggle

2 Likes

Thank Viktor & Kulkul, you both saved my day! :slight_smile: