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-28 12:43 PM
am 2017-11-28 02:35 PM
am 2017-11-28 08:33 PM
am 2017-11-29 08:46 AM
am 2017-11-29 11:41 AM
am 2017-11-29 11:55 AM
am 2017-11-29 12:13 PM
"hmooslechner" wrote:
Mich "schleudert" es bei der 2D-Darstellung - das Project2{4}
...
method(numCutplanes+1)), ....
cutPlanes = 1 ! nur eine Schnittebene
cutElevation = GLOB_CUTPLANES_INFO[1] ! auf der Höhe die der User möchte
put cutElevation
for i = 0 to cutPlanes
put 1+32+256+512+4096, ! method
2, ! parts
64, ! 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,
0, ! Transparenz aus
1, ! statusParts
cutPlanes, ! Anzahl cutplanes
get (nsp)
am 2017-11-29 04:14 PM
am 2017-11-29 05:21 PM
"hmooslechner" wrote:
es geht wie gesagt um dieses File:
https://www.dropbox.com/s/o7kbyvd2wbfjod8/Fassadenpaneel-Teilungen%208.pln?dl=0