!!! Ich bin gespannt Lukas, Gruß
!PARAMETER:
!x = Typ Länge
!y = Typ Länge
!z = Typ Länge
!2D-SCRIPT:
PROJECT2 3,270,3
!3D-SCRIPT:
unID = 1
HOTSPOT 0,0,0, unID :unID=unID+1
SPHERE 0.05
MODEL WIRE
!!!x Richtung
HOTSPOT 0, y, z, unID, x, 1+128 :unID=unID+1 !Basis
HOTSPOT x, y, z, unID, x, 2, x, "x" :unID=unID+1 !Beweglicher Pkt.
HOTSPOT -1, y, z, unID, x, 3 :unID=unID+1 !Referenz
!!!y Richtung
HOTSPOT x, 0, z, unID, y, 1+128 :unID=unID+1 !Basis
HOTSPOT x, y, z, unID, y, 2, y, "y" :unID=unID+1 !Beweglicher Pkt.
HOTSPOT x, -1, z, unID, y, 3 :unID=unID+1 !Referenz
!!!z Richtung
HOTSPOT x, y, 0, unID, z, 1+128 :unID=unID+1 !Basis
HOTSPOT x, y, z, unID, z, 2, z, "z" :unID=unID+1 !Beweglicher Pkt.
HOTSPOT x, y, -1, unID, z, 3 :unID=unID+1 !Referenz
ADD x, y, z
SPHERE 0.10
DEL 1