Hello, I am creating a pythonpart with allplan visual scripting. The element has a V-section and the main reinforcement is composed of a mesh that is folded following the section of the element. I would like to understand how to create the mesh in such a way that it is laid on different levels.
Greetings,
Lorenzo
Support Forum
- Forum
- CAD Parametric Modelling
- Visual Scripting
[Frage] Mesh reinforcement creation with Allplan Visual Scripting
26.04.2022 - 06:04
Uhr
*
27.04.2022 - 07:06
Uhr
Hi, can you post a sketch of your cross section with reinforcements?
27.04.2022 - 07:39
Uhr
*
Here is a sketch of the section of the element with the mesh marked in red.
Anhänge (1)
27.04.2022 - 10:32
Uhr
Hi I think that the easy way it to have a polyline that is the middle level of your section, and a line that is the direction of your beam.
So you can just use a script that select the line and the polyline and create a mesh with those elements.
Anhänge (2)
27.04.2022 - 11:08
Uhr
*
Thanks, I'll try with that.
27.04.2022 - 12:25
Uhr
Hi I've created this VS (see the attachment).
You have to select the POLYLINE first and then the LINE
Anhänge (2)
27.04.2022 - 12:45
Uhr
*
I can't insert the script in VS and in any case I would have to lay a mesh loaded from the catalog instead of the single bars.
Thanks for your help.