Hi,
I need to calculate the total lenght of the garnish for each configuration and add a property for each config with the value specific for each config...
How can i do this?
Thanks,
Take a look at this post
How to add custom properties to assemblies from a property tab builder api?
i need values from sketch to make operations and then apply a property!
Why you want API for this. You can create design table, do the calculations there and populate the property in configurations tabs.
because for this Type of part don't use design table... I think about how I could take value of the Dimensions, to make the operation and add property
For now you may be able to use a quick macro that can add the values but that won't be parametric.
So instead of that use design table which would keep the dimensions and value linked. And in case of any changes, the values would updated itself.
Take a look at this post
How to add custom properties to assemblies from a property tab builder api?