Text_Only labels in DC possible?
-
Can I have Text_Only labels in DC 'Component Options' window?
Example: I have 2 input fields with explaining formlabel's.Between this 2 rows I want to add a longer explaining text as a pure textlabel without an edit-field.
Possible?
If so whats the attribute-format for this?
Viewed with this:
Sketchup.active_model.selection[0].definition.attribute_dictionary('dynamic_attributes').each_pair { |k,v| puts k + '; ' + v.to_s }
Advertisement