ccheng-design / UAP-Plugins

Rhino, Grasshopper, Houdini Scripts
MIT License
1 stars 0 forks source link

Rhino: BOM Command PART DESC cell is too short #48

Open ccheng-design opened 1 month ago

ccheng-design commented 1 month ago

Image Cell is too short

ccheng-design commented 1 month ago

Changed to have constant value of 0.8

spacingx_desc = (
    (max_length_names * text_height) +
    (max_length_desc * text_height * 1.4) +
    0.8
)