Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2017-11-23 11:18 PM
! ------------------------------------------------------------------------------
! Input parameters controlled by the user:
! ------------------------------------------------------------------------------
! iCutPlanes - (Integer) Number of the cut planes to display
! cutElevation - (Length) Height from the bottom of the object,
! where the cutting starts
! sliceHeight - (Length) The height of each slices
for i = 1 to iCutPlanes
put cutElevation + (i-1) * sliceHeight
next i
for i = 0 to iCutPlanes
put 1+32, ! method
2, ! parts
1, ! cutFillIndex
1, ! cutFillFgPen
1, ! cutFillBgPen
0.0, ! cutFillOrigoX
0.0, ! cutFillOrigoY
0.0, ! cutFillDirection
1, ! cutLinePen
1, ! cutLineType
1, ! projectedFillIndex
1, ! projectedFillFgPen
1, ! projectedFillBgPen
0.0, ! projectedFillOrigoX
0.0, ! projectedFillOrigoY
0.0, ! projectedFillDirection
1, ! projectedLinePen
1 ! projectedLineType
next i
project2{4} 3, 270, ! projection_code, angle
0, ! useTransparency
0, ! statusParts
iCutPlanes, ! numCutplanes
get (nsp)
! ------------------------------------------------------------------------------
! Input parameters controlled by the user:
! ------------------------------------------------------------------------------
! iCutPlanes - (Integer) Number of the cut planes to display
! cutElevation - (Length) Height from the bottom of the object,
! where the cutting starts
! sliceHeight - (Length) The height of each slices
! for i = 1 to iCutPlanes
put 1 ! für 1m Schnitthöhe???? !cutElevation + (i-1) * sliceHeight
! next i
! for i = 0 to iCutPlanes !! müsste einfach zum Ausschalten sein, dann sollte er es einmal tun.
put 1+32, ! method
2, ! parts
1, ! cutFillIndex
1, ! cutFillFgPen
1, ! cutFillBgPen
0.0, ! cutFillOrigoX
0.0, ! cutFillOrigoY
0.0, ! cutFillDirection
1, ! cutLinePen
1, ! cutLineType
1, ! projectedFillIndex
1, ! projectedFillFgPen
1, ! projectedFillBgPen
0.0, ! projectedFillOrigoX
0.0, ! projectedFillOrigoY
0.0, ! projectedFillDirection
1, ! projectedLinePen
1 ! projectedLineType
! next i !! ausgeschaltet
project2{4} 3, 270, ! projection_code, angle
0, ! useTransparency
0, ! statusParts
1, !!! nur einmal anstatt: iCutPlanes, ! numCutplanes
get (nsp)
am 2017-11-29 06:34 PM
am 2017-12-02 10:20 AM
am 2017-12-02 10:20 AM
am 2017-12-02 08:38 PM
am 2017-12-07 11:52 AM
"hmooslechner" wrote:Mal ganz OT und nebenbei:
bliblablubb208.bpn?dl=0
am 2017-12-09 09:21 AM