Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2023-04-14 06:06 PM
am 2023-04-14 06:45 PM
am 2023-04-17 09:43 AM
am 2023-04-17 01:32 PM
am 2023-04-17 02:44 PM
GetDWOpLinesmarkiere es komplett und drücke SHIFT-STRG+O
LibraryGlobals13Das auch markieren und nochmal SHIFT-STRG+O. Hier sind dann die Parameter, die abrufbar sind.
am 2023-04-17 03:16 PM
am 2023-04-17 04:14 PM
am 2023-04-17 04:59 PM
success = LIBRARYGLOBAL ("LibraryGlobals13", "bEnableSimpleLine", ???)
IF success > 0 THEN
LINE2 tbl, 0, cos(oew)*tbl, sin(oew)*tbl !Öffnungslinie
rot2 oew
LINE2 0, 0, tbl, 0 !Türblatt
del 1
ELSE
ENDIF
am 2023-04-17 05:23 PM
_AUFSCHL2D = 1
success = LIBRARYGLOBAL ("LibraryGlobals13", "W_showBOpLine2D", _AUFSCHL2D)
_AUFSCHL2D = _AUFSCHL2D
IF _AUFSCHL2D=1 THEN
! hier kommt dein Aufschlagssymbol
Endif
am 2023-04-18 02:31 PM