• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Customization

    Reply
    Valued Mentor
    swordmaster
    Posts: 453
    Registered: ‎12-15-2008

    collapsible ilogic code

    78 Views, 3 Replies
    03-16-2012 08:17 AM

    Trying to make some of code collapsible.

    According to what i know this is achieved like this

    '[

    "code to be colapsed here"

    ']

     

    However it does not work, I am assuming that this is because I am running INV 2009 +ilogic

    can someone confirm or deny this

     

    thanks

    Inventor 2010 Certified Professional
    Please use plain text.
    Valued Mentor
    jdkriek
    Posts: 311
    Registered: ‎03-29-2007

    Re: collapsible ilogic code

    03-16-2012 08:50 AM in reply to: swordmaster

    Yes, that works in 2011 and 2012, not sure about other versions.

     

    '[
    Collapse this
    And This
    And This
    ']
    
    ”’ Just collapse this one line

     

     You can also collapse a single line with ”’ at the start of the line. (Works in 2012)

    Jonathan D. Kriek
    Applications Engineer
    Autodesk Inventor Certified Expert
    Microsoft Certified Application Developer
    _____________________________________________________
    Did I help you? Please choose Accept as Solution or Kudos below
    Please use plain text.
    Valued Mentor
    swordmaster
    Posts: 453
    Registered: ‎12-15-2008

    Re: collapsible ilogic code

    03-16-2012 11:11 AM in reply to: swordmaster

    Yes,

    This that is what i tried, seems that this functionality is not in 2009 !!

    thanks for the response though

    Inventor 2010 Certified Professional
    Please use plain text.
    *Expert Elite*
    mrattray
    Posts: 1,576
    Registered: ‎09-13-2011

    Re: collapsible ilogic code

    03-20-2012 11:57 AM in reply to: swordmaster

    Did you try it like this?

     

    ''' Comments:

    '''

    ''' comment

    ''' comment

    ''' comment

    ''' comment

     

    Works in 2012.

    Mike (not Matt) Rattray

    Please use plain text.