Hello everyone, I just started working with Allplan PythonParts and Python a few months ago. I am having a problem with my script of creating rebar placement.
The first part of the script managed to create the first row of placement along the wall. I am trying to copy that row with fix distance vertically for the wall. I looked at the CopyeElements example but I could not input some of the arguments.
Here is an example of my current CopyElements arguments:
AllplanBaseEle.CopyElements(self.coord_input.GetInputViewDocument()(?), reinforcement,
placement_start_pnt, build_ele.DistanceVector.value, build_ele.RotationVector.value,
AllplanGeo.Angle.DegToRad(build_ele.RotationAngle.value),
build_ele.NumberOfCopies.value, self.coord_input.GetViewWorldProjection()(?))
Thank you for your assistance