icon

Support Forum

[Question] Spiral Reinforcement in PythonPart

Tags:
  • Allplan
  • 2021
  • PythonParts
  • Reinforcement
  • Spiral

Hello everybody,
In the Python Part example that draws spiral reinforcement, when increasing the height or decreasing the spacing, it gives the following error.
What could be the reason for this?

Attachments (1)

Type: image/jpeg
Downloaded 88 times
Size: 90,51 KiB

Show most helpful answer Hide most helpful answer

Hello,

internally in Allplan a polyline is created for the spiral reinforcement. This polyline has a restricted number of points, which you reached with your dimensions.

Best regards
Horst

Hello,

internally in Allplan a polyline is created for the spiral reinforcement. This polyline has a restricted number of points, which you reached with your dimensions.

Best regards
Horst

Hi,

Try to reduce the number of points in the circular reinforcement

Best regards
Hatem

Hatem OZDEMIR
Architect | Allplan Trainer | BIM Manager
Website: http://www.bimakademi.com
e-mail: hatemozdemir[at]gmail.com
Ankara / Turkiye
LinkedIn - Profil
Udemy - Profil
YouTube - Channel

Attachments (1)

Type: image/jpeg
Downloaded 59 times
Size: 226,60 KiB

Hi Mr. Hatem;
I tried the solution you suggested. It worked. However, I think pythonpart objects should be independent of system variables.Thank you for attention...

Hi Mr. ZHarput,

Although python part objects are independent of system variables, they use some features of allplan.

Hatem OZDEMIR
Architect | Allplan Trainer | BIM Manager
Website: http://www.bimakademi.com
e-mail: hatemozdemir[at]gmail.com
Ankara / Turkiye
LinkedIn - Profil
Udemy - Profil
YouTube - Channel