Extending and sliding stl's

Just wondering if there is a code in java (i assume not in coblockly) to extend an stl model on the z axis when you click on it and/or slide an stl around when you click on it.

Hi Outpost_31,

If you’re talking about scaling or extruding the model on the z axis, this doesn’t appear to be possible with anything other than base objects like Cuboids, Cylinders, Cones etc. With these, you can set the height via Javascript. See https://cospaces.io/api/#flexcuboiditemsetheight for details.

This is also possible to do this manually after you drag’n’drop a base object into your space.

Regards,
Geoff @ TechLeap

1 Like

ok thanks for the help!