Inserting Parameters Into iProperties

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 10

  • @Behzad_Autodesk
    @Behzad_Autodesk 26 днів тому

    Hi,
    Thanks for useful description on this topic. It made me solve a lasting problem. Good Job!
    In addition, I'd like to know whether I can use a parameter of 3d model in a sketch of a drawing view or not. if yes, how to do it?
    Thank you so much.

  • @singerbuddy
    @singerbuddy 3 роки тому

    million of THANKS!!!!!

    • @3DSteve52
      @3DSteve52  3 роки тому +1

      Thank you. It is great to hear from fellow users that find my videos helpful. Thanks for watching.

    • @singerbuddy
      @singerbuddy 3 роки тому

      @@3DSteve52 😉 I wasted so much time on typing in the sheet (part lengths), now i can automate that. Very helpful

    • @luke32riva
      @luke32riva 3 місяці тому

      @@3DSteve52 BILLIONS OF THANKS MATE! I'll earn a promotion with this video LOL

  • @nayantha88
    @nayantha88 2 роки тому

    Hi,
    How to add custom parameter which will have incrementing number for copied parts.
    For an example my part 'tag id = 001'. If I copy and paste that part all the parameters should remain same while tag id should 002.
    Would this be possible?

  • @krzysztofstanik1893
    @krzysztofstanik1893 2 роки тому

    Very interesting, this function doesnt seem to be well known among users. Do you know method to get iproperty, eq. Part Number to be saved as Parameter ?

    • @3DSteve52
      @3DSteve52  2 роки тому

      To go from iProperty to Parameter, your best bet is iLogic. You could create a text parameter called "PartNo" and write an iLogic rule that contains the line PartNo = iProperties.Value("Project", "Part Number"). This would set the PartNo text parameter's value to whatever was in the Part Number iProperty field.
      I hope this helps.

  • @maxz3809
    @maxz3809 3 роки тому

    WHAT ABOUT A BEND PLATE?

    • @3DSteve52
      @3DSteve52  3 роки тому +1

      Max Z, if you are using Sheet Metal, the flat pattern has special properties named and that would allow you to get the width and length of the flat pattern into description iProperty. Here is a quick video that shows how this is done. Sorry, this video isn't narrated.
      knowledge.autodesk.com/community/screencast/de674899-d472-4c1f-9081-3d178891dd8b
      If you have any questions after watching this video let me know.
      Thanks,
      Steve