98Line
Revit.Elements.Form.ByLoftCrossSections : Not Working in Python Script…
e,point)
I Want
Please Help…
98Line
Revit.Elements.Form.ByLoftCrossSections : Not Working in Python Script…
e,point)
I Want
hi @ud071ZHNJ3, i think, it is because of overload methods;
You can access overload method by using .Overloads
property.
For more info : https://ironpython.net/documentation/dotnet/dotnet.html#method-overloads
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