cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Make Param-o object stretchable with GDL (param-o tip 2)

cuba
Expert

Param-o objects are not stretchable when the size of the object does not match the dimension. 

This can be solved very easily by adding some hotspots in gdl.

 

Stretchable.gif

 

Add following code to 2d script:

 

unID=1
hotspot2 0,0,unID:unID=unID+1
hotspot2 a,b,unID:unID=unID+1
hotspot2 a,0,unID:unID=unID+1
hotspot2 0,b,unID:unID=unID+1

Most liked authors