I’m trying to access variables shown in the picture. For the first ax, ay and az I get the float numbers from the component, but how can I write new values on component properties? The StepSize property is an vcVector object.
The second one is tricky because I can write the values on the component but I need to go on to the components ZSteps property and press enter so it will take effect. How can I make that enter press with python?
The last part means that I have to go component properties and select that ZSteps part and type again wanted number and press enter so that ZSteps is valid
The values which I write with the python on properties doesn’t affect on the pattern I am creating. Hard to explain but if you can test this example which I am testing this on you can see it yourself.