Limits to Attributes within DCs?

Hey sketchuppers! Simple question, I’m just wondering are there any limits to the number of “Attributes” you can have in a Dynamic Component?

Cheers Rich

I have yet to find out

options can be crowded, but can use strings like input,
WxHxL, 1200x600x18

or hide when not required…

set(_?access, “LIST”,“NONE”)
or
set(
?_access, “TEXTBOX”,“NONE”)

edit: should be quotes and missing a few_ ( a forum formatting problem for _ )

set("_?_access", "LIST","NONE")
or
set("_?_access", "TEXTBOX","NONE")

where ? is the attribute name

2 Likes

As always Professor Phil to the rescue! Huge thanks again mate!

I’m loving the idea of the hide when not required, would love to see how that actually works (setup), are you meaning that if say an input = X, later values may be displayed?

In our case it would be say: If Lintel Panel = True then show other input fields?

the onclick is required, so you might have two or more options…plain panel, panel with opening / lintel, panel with angle. panel with angle and opening…, that would require say four finger clicks to cycle through

edit
sip panels.skp (24.3 KB)

2 Likes