iLogic For Beginners #5: Feature Suppression

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • For a complete iLogic course, beginner to intermediate, visit:
    design-automat...
    Contact:
    felixcortes147@gmail.com
    felix@designautomationsolutions.com
    LinkedIn: / 5428086
    Follow on Instagram for RUclips Updates:
    / designautomationsolutions
    iLogic Tutorials:
    • iLogic Tutorials
    iLogic For Beginners Playlist:
    • iLogic For Beginners
    iLogic Automation Examples:
    • iLogic Automation Exam...
    This RUclips Channel and Design Automation Solutions LLC. is not affiliated with Autodesk or Autodesk Inventor.

Комментарии • 22

  • @Nickgowans
    @Nickgowans 2 года назад +1

    A bit of advice to viewers. If you want to apply features to your part which are dependent on the geometry of the parent feature every time you switched parts (in this case suppose you wanted to put a hole through the side of the round tube and square tube) you would see lots of errors, because the required geometry no longer exists, to get around this you will need to either; Create both features then unsuppress and suppress the features along with the parent geometry in the correct sequence
    Or how I like to do it is to make the new feature (hole for example) completely independent of the actual tube geometry and apply it to a common geometry (such as a work plane) which exists no matter which tube type is selected. For example the XY plane or perhaps a similarly related work plane. That way you could have 50 different features for the type of tube but only a single hole feature. You can then modify the position of this work plane if needed to change the hole depth or position ect.

    • @AutomationWithiLogic
      @AutomationWithiLogic  2 года назад

      Definitely! Thought needs to be put into how the features and sketches are created for those scenarios

  • @NguyenHuuLinh_
    @NguyenHuuLinh_ 3 года назад

    thanks you very much. after following your guide. i can do it .you save my day!.

  • @KIMKim-ql8zx
    @KIMKim-ql8zx 3 месяца назад

    Thanks a lot!

  • @haknslash
    @haknslash 7 месяцев назад

    Just want to say great video and subbed!

  • @saraoliveira2026
    @saraoliveira2026 2 года назад

    Hello! First of all, thank you for your videos! They are very helpful! Second, what is the advantage of using a feature suppression instead of a replace component in this same scenario?

    • @AutomationWithiLogic
      @AutomationWithiLogic  2 года назад

      No problem! I modeled this assembly in this manner so I wouldn’t have an extra file to worry about, only features. But replacing could work as well, if constrained properly

    • @danilrosser
      @danilrosser 11 месяцев назад

      @@AutomationWithiLogic Hi, friend! Please tell me how to make code and ILogic or a macro, so that in the drawing all dimensions that are less than a certain value (for example, 5 millimeters) have some kind of inscription (for example, “*”)? Thank you!

  • @mohammadrezashahparast1396
    @mohammadrezashahparast1396 Год назад

    Hi dear
    Tanx for ur education.
    Do u know how can i write the rule for adding the much more than once of components in assembly of one part then after run this rule, adding the component and ask me for name and copying it in assembly path as new part...
    Do u know what I said ? 😅
    Tanx for ur helped 🙏🏽

  • @manuelninguno2896
    @manuelninguno2896 Год назад

    Hola amigo, por favor donde puedo leer para aprender a utilizar bien las variables de ilogic

    • @AutomationWithiLogic
      @AutomationWithiLogic  Год назад

      Hola Manuel, yo aprendí por los forums in Autodesk. También tengo un curso pero está en inglés. Si estás interesado mándame un email para un descuento: felixcortes147@gmail com

  • @henkjan7263
    @henkjan7263 2 года назад +1

    umh you missing out how to make that form part? i have the code nothing happens. what did I miss?

  • @danielru3832
    @danielru3832 Год назад

    I tried to perform the same operation and it throws me the message "No feature found with the name...", I already tried to change the name and avoid hyphens or spaces, but it keeps throwing me the same message, I'm using Inventor 2020, that's why ?

    • @AutomationWithiLogic
      @AutomationWithiLogic  Год назад +1

      Hey Daniel, what’s the line of code that you are using? I am wondering if the program is trying to suppress the feature of the assembly and not of a part.
      The year of inventor would not matter in this case

    • @danielru3832
      @danielru3832 Год назад

      @@AutomationWithiLogic I understand you, I was trying it with an .ipt piece, in the case of trying to do it with an assembly and pieces, how can it be done?

    • @AutomationWithiLogic
      @AutomationWithiLogic  Год назад +1

      @@danielru3832 Watch lesson #4

    • @danielru3832
      @danielru3832 Год назад

      @@AutomationWithiLogic Thanks, I saw in an Inventor forum that this is possible
      Component.IsActive("Part_name")=True ElseIf Suppress="No" Then Component.IsActive("Part_name")=False End If
      Thank you

    • @danielru3832
      @danielru3832 Год назад

      @@AutomationWithiLogic Hello, I already managed to make my assembly in iLogic and it works correctly, with a dialog box I change which pieces will be shown in the assembly, basically activate or deactivate as necessary, but when I place this assembly through "Place iLogic component" in another assembly, I get It throws the error that it can't find the .ipt files, specifically the ones that are active, which I'm missing, I hope you can help me, I can send you my files, if you'd like to see them, thanks