Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Modeling
About Archicad's design tools, element connections, modeling concepts, etc.

Sections

Anonymous
Not applicable
Hi All,
I created this simple 2d script to be used solely in section views. It does exactly what I want it to do........Almost. I need to be able to derive a list from it that includes row, cc, nb. I've also given it an ID of CL in it's properties. The problem is that I can't get it to list in either Interactive Schedule or List components. If I place it on the floor plan I can get it to list fine. Is it not possible to list some thing that is placed directly into a section? Doug

lw=7 5/16"
nb=a
if cut='M' then nb=nb+1"

DEFINE STYLE "mytext2" "ariel", 1.5, 1, 0
set style "mytext2"
TEXT2 a-12", lw-1", STR ("%0ffi",nb)

set style "mytext2"
TEXT2 2", lw-1", row

set style "mytext2"
TEXT2 (A/2)-5",lw-1", cc

line2 0,0,0,lw
line2 0,0,a,0
line2 0,LW,a,LW
line2 a,0,a,LW

hotspot2 0,0
hotspot2 0,lw
hotspot2 a,LW
hotspot2 a,0
hotspot2 a,lw/2
hotspot2 0,lw/2
hotspot2 A/2,lw/2
hotspot2 lw/2,4"
2 REPLIES 2
TomWaltz
Participant
Right. You cannot list/schedule anything placed in section or detail windows.
Tom Waltz
Anonymous
Not applicable
I was afraid of that. I have found however that I can copy and paste it to the floor plan and list it from there. Also the objects are still adjustable.
Thanks Doug