Not Working in Python, Form.ByLoftCrossSections

98Line
Revit.Elements.Form.ByLoftCrossSections : Not Working in Python Script…

Q02 e,point)

I Want



Please Help…

hi @ud071ZHNJ3, i think, it is because of overload methods;

  • One for a list of curves
  • Other is a nested list of curves.

You can access overload method by using .Overloads property.
For more info : https://ironpython.net/documentation/dotnet/dotnet.html#method-overloads

2 Likes

Thankyou for answer

I Select Functions[1]

but Still “Type error:expected Array[Curve],got list”
Is it the difference between “Array” and “List”?
ㅡㅜ

Thank you

Solved

".Overloads.Functions[2] " was applied

and

Successfully converted from List to Array