Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] Mesh reinforcement creation with Allplan Visual Scripting


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

Hi, can you post a sketch of your cross section with reinforcements?

Here is a sketch of the section of the element with the mesh marked in red.

Anhänge (1)

Typ: application/pdf
679-mal heruntergeladen
Größe: 34,02 KiB

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)

Typ: image/png
74-mal heruntergeladen
Größe: 91,98 KiB
Typ: application/zip
609-mal heruntergeladen
Größe: 992,94 KiB

Thanks, I'll try with that.

Hi I've created this VS (see the attachment).

You have to select the POLYLINE first and then the LINE

Anhänge (2)

Typ: image/png
60-mal heruntergeladen
Größe: 386,99 KiB
Typ: application/zip
591-mal heruntergeladen
Größe: 2,07 KiB

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.