Resize Objects

Hi, I´m new in factory PMI, I want to resize a circle shape, we need to simulate the diameter of a roll to be consumed, I can´t find the size property for Jhyton or something like this, Thanks

The size and position doesn’t show up as properties in FactoryPMI. You have to use the:fpmi.gui.resizeComponent fpmi.gui.moveComponentfunctions. Typically, people add dynamic properties to the component and a propertyChange script that calls those functions:if event.propertyName == "dynamicPropName": fpmi.gui.resizeComponent(event.source, 100, 200)

Are you using Ignition or FactoryPMI?

Thank you Travis, I will try with your solution, great support.

Nathan, I´m using Factory PMI

Thank you all.