Hi!
I’m trying to use the ElementTransformUtils.CopyElements in Revit API to copy elements from one Revit document to another inside Dynamo in a Python script node. CopyElements is overloaded with three different functions. For some reason I can only access the first one - CopyElements(Document, ICollection(ElementId), XYZ) - through IronPython. It seems that the other ones do not exist in Python version of Revit API because the ElementTransformUtils.CopyElements.Overloads.Functions array has only one function, the first one.
Why cannot I access the other two overloads? Is this a bug or am I doing something wrong?
Thanks,
Taavi