Results 1 to 2 of 2

Thread: iLogic Drilling down

  1. #1
    I could stop if I wanted to awarren's Avatar
    Join Date
    2002-12
    Location
    Portland, TN
    Posts
    212
    Login to Give a bone
    0

    Cool iLogic Drilling down

    I want to get this code to run in an assembly and drill down to the parts and measure them and fill our each parts custom properties. I can do the code easy for the property's in the parts, but I can not remember how to get it to drill down from assemblies. I tried to do this and I do not think it is correct? Any takers out their good with iLogic? I am slammed and do not have time to remember how to do this...


    compo=Component.InventorComponent("PartA:1")

    Try
    iProperties.Value(compo, "Custom", "THICKNESS")=compoMeasure.ExtentsHeight

    iProperties.Value(compo, "Custom", "WIDTH")=compoMeasure.ExtentsWidth

    iProperties.Value(compo, "Custom", "LENGTH")=compoMeasure.ExtentsLength

    Catch
    EndTry

  2. #2
    Member
    Join Date
    2012-04
    Posts
    21
    Login to Give a bone
    0

    Default Re: iLogic Drilling down

    I wish I understood more of what you are coding. It looks like something I'd be interested in learning more about. I go about it another way that's probably the long way around. I'm not sure if you are trying to link something between the iprop and BOM like I am. I just learned how to get into the functions area and set parameters to length. Then set my custom iproperties to Length and leave the value blank and it should auto fill it in. Then in the BOM it should carry over to the Length column. This probably doesn't help you, but it may open things up for further discussion.

    Does anyone have some good help file links?

Similar Threads

  1. 2011: Ilogic
    By lepore_s in forum Inventor - General
    Replies: 0
    Last Post: 2013-10-21, 07:26 PM
  2. ilogic
    By ismail.asi in forum Inventor - General
    Replies: 0
    Last Post: 2012-07-26, 12:27 PM
  3. 2011: ilogic
    By stephentaylor33782934 in forum Inventor - General
    Replies: 1
    Last Post: 2012-06-27, 10:20 AM
  4. Horizontal Directional Drilling
    By thomas.huckabee in forum AutoCAD Civil 3D - Profiles
    Replies: 1
    Last Post: 2008-10-18, 06:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •