Thank you.
For me its OK, because i will change these parameter only by open "spreadsheet", changing in table, and then 'Update NX Part'.
But I still dont know how to use this command "ug_cell_read" directly to "internal spreadsheet". Because I dont use A and B column (parameter and value) But...
Is there a possibility to read data from internal spreadsheet like to reading data from external spreadsheet using command: ug_cell_read("ext file", XX)
So i could have my excel table inside .prt file.
for feature with changeable parameter "a" use command a=ug_cell_read("file",B1) and i got value of B1 cell.
If I want to get 300 feature's in my part with different "a" parameter, and show them all together i must write every one feature with different command:
feature1 -> parameter "a1" ->...
but how to make a sequence of feature, copy with changeable one parameter "a".
i need to show all feature at once in view.
feature_1 (parameter a=a1)
feature_2 (copy feature_1 with changed parameter a=a2)
feature_3 (copy feature_1 with changed parameter a=a3)
feature_4 (copy feature_1 with...
Thanks for the reply but I asked the question wrong.
What if i need to do this not in assembly but in part.
Precisly its some FEATURE GROUP(datum + sketch), where I change datum angle and sketch one parameter. This feature group show a line moved in 3D, distance in axis_X(changing in sketch)...
For example, cylinder. I want to create fast a cylinders with different diameters. All together, not united.
In the file I have a database of multiple values for a single parameter (diameter):
23
212
55
etc....
Can i do it using one feature?
If there will be every one cylinder feature for...