Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2022-04-20 12:12 PM
oeffw = 90-wzeigt bisher keine Auswirkung
am 2022-04-20 03:59 PM
am 2022-04-20 04:41 PM
Generic Flags
Every hotspot is customized for a function using flags. This function can be the role the hotspot takes on in the editing geometry, or it can be a modifier of a function.
The modifier flags are the following:
+128 : the point is hidden from the user (suitable for base and moving hotspots, the reference hotspot is always hidden)
+256 : base point can be converted into editable hotspot
+512 : change direction for 2D angle hotspot
attribute: Attribut kann eine Kombination der folgenden Werte oder Null sein:
attribute = 128*j8 + 256*j9 + 512*j10 + 1024*j11, hierbei kann j jeweils 0 oder 1 sein.
j8: Hotspot verbergen (wichtig für Typen: 1,2,4,5),
j9: Bearbeitbarer Basis-Hotspot (für Typen: 1,4),
j10: Umkehrung des Winkels in 2D (für Typ 6),
HOTSPOT2 0, 0, 1, angle, 6 + 512 !!!! Base
HOTSPOT2 0.9*A, 0, 2, angle, 4 !!!! ref
HOTSPOT2 0.9*A*COS(angle), 0.9*A*SIN(angle), 3, angle, 5
am 2022-04-21 06:22 PM
am 2022-04-22 08:43 AM
Es gibt u.a. die Parameter 'Winkel' und 'Natürliche Zahl'... funktioniert offenbar mit beiden... Ein Öffnungswinkel ist ja eigentlich immer positiv...Denke 'High Noon', 'Saloon', 'Pendeltür'...
am 2022-04-22 09:23 AM