Support Forum

model 3D object with an interval of 20m reference to tunnel axis


Hi,

I would like to create an object reference to tunnel axis with 20m intervals. Assume the object 2m (depth) x 4m (width) x 6m (length).
Greatly appreciate if any one can suggest how to create the VS.
Please see the attached image for clarity.

Anhänge (1)

Typ: image/png
88-mal heruntergeladen
Größe: 11,14 KiB

Hilfreichste Antwort anzeigen Hilfreichste Antwort verbergen

moin,

hier noch ein beispiel.

die röhre ist ein 3d körper und die podeste sind als geländer erzeugt.

Geländerröhrenflug 01
Geländerröhrenflug 02

The Blues is the roots, everything else is the fruits. Willie Dixon

Anhänge (1)

Typ: image/jpeg
77-mal heruntergeladen
Größe: 556,15 KiB

Vergiss Visual Scripting. Das geht mit Allplan "Bordmitteln":
Die Funktion heisst "Kopieren entlang beliebigem Pfad"

Forget Visual Scripting. This can be done with Allplan "on board":
The function is called "Copy along any path".

Anhänge (1)

Typ: image/png
94-mal heruntergeladen
Größe: 79,14 KiB

ist aber statisch, bei Änderung der Tunnelachse muss du dann alles nochmal machen, daher war sicherlich die Idee das zu scripten

Gruß Jürgen
Allplan V10 bis V2024

OK, das könnte die Idee sein!

Aber: Man muss doch auch beim Visual Script die Tunnelachse "übernehmen"!
Egal ob der gesamte Tunnel mit VS gemacht ist, oder "nur" die "Boxen".

Und die Funktion "Kopieren entlang Pfad" dauert nicht länger, als das Übernehmen der Tunnelachsen.

Und man kann die "Boxen" (oder was immer das ist) danach auswerten (zählen).
Das geht in VS nicht ohne Weiteres!

moin,

vielleicht reicht ja auch die konstruktion mittels geländer!?

gruß andreas

The Blues is the roots, everything else is the fruits. Willie Dixon

Anhänge (3)

Typ: image/jpeg
110-mal heruntergeladen
Größe: 738,11 KiB
Typ: image/jpeg
46-mal heruntergeladen
Größe: 93,68 KiB
Typ: image/jpeg
57-mal heruntergeladen
Größe: 441,45 KiB

thanks for your suggestions.
however, there's a bit of issue with copy along path.
one side of the object has to attached to the inner dia of the tunnel and will follow the curvature of the alignment.

Anhänge (1)

Typ: image/jpeg
38-mal heruntergeladen
Größe: 61,25 KiB

moin,

hier noch ein beispiel.

die röhre ist ein 3d körper und die podeste sind als geländer erzeugt.

Geländerröhrenflug 01
Geländerröhrenflug 02

The Blues is the roots, everything else is the fruits. Willie Dixon

Anhänge (1)

Typ: image/jpeg
77-mal heruntergeladen
Größe: 556,15 KiB

Zitiert von: cadworker
vielleicht reicht ja auch die konstruktion mittels geländer!?

Interesting! I didn't know that the railing tool was designed for that...

Zitiert von: JacquelinePascua
I would like to create an object reference to tunnel axis with 20m intervals. Assume the object 2m (depth) x 4m (width) x 6m (length).

I just tried with VS, it seems to work despite some minor issues. The main idea here is to use the node Transform or TransformFromToPosition. It will transform objects based on a source plane to a target plane. It will try to align the X and Y axis of the source plane with those from the target one, because of that it behaviors similar to move + rotate + even 3d skew together.

Please find some detailed explanations on the attached screenshot. One minor issue is that, to calculate the 2nd vector for the target planes, we have to calculate them kinda manually, as there is currently no nodes can return such vector directly.

Product Owner API, Allplan GmbH

Anhänge (1)

Typ: image/png
126-mal heruntergeladen
Größe: 225,81 KiB