Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zanew12

  1. zanew12

    Read data from internal spreadsheet

    And next how to connect "spreadsheet" table with features ? EXCEL (table)-> SPREADSHEET (table)-> FEATURE (number from spreadsheet table)
  2. zanew12

    Read data from internal spreadsheet

    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...
  3. zanew12

    Read data from internal spreadsheet

    its take a parameters to model directly from excel file. now i want to change external excel to internal in prt.
  4. zanew12

    Read data from internal spreadsheet

    Thanks, fast answer :-) But next how to use command ug_cell_read(????, XX) what i should write in path "?????"
  5. zanew12

    Read data from internal spreadsheet

    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.
  6. zanew12

    how to create a number of similar feature which depends on the database

    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" ->...
  7. zanew12

    how to create a number of similar feature which depends on the database

    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...
  8. zanew12

    how to create a number of similar feature which depends on the database

    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)...
  9. zanew12

    how to create a number of similar feature which depends on the database

    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...

Part and Inventory Search

Back
Top