Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change Active Ipart with Ilogic Form

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
jpinda
1960 Views, 3 Replies

Change Active Ipart with Ilogic Form

Dear Everyone

 

I have an Ipart I would like to have a Ilogic form to change the active Ipart.

 

I tried iPart.ChangeRow but I did somthing wrong and it doesn't work.

 

I have no clue on what I am doing But no have to learn some way

 

Thanks

3 REPLIES 3
Message 2 of 4
MjDeck
in reply to: jpinda

Here's a sample iPart that shows how you can use an iLogic form to select a row in the iPart factory.  It has a Text parameter named ActiveRow, and this drives an iLogic rule. This is the rule:

iPart.ChangeRow("", ActiveRow)

(The "" or empty string is required. In an assembly, this would be the name of the component. For a rule in the iPart factory itself, use an empty string.)

The part also contains an iLogic form that drives the ActiveRow parameter.


Mike Deck
Software Developer
Autodesk, Inc.

Message 3 of 4
jpinda
in reply to: MjDeck

Thanks

I don't know why I could not get it. 

Thanks so much works great.

 

Later

Message 4 of 4
kamalesh.vasudeva
in reply to: MjDeck

I struggled with this for over 2 days. Figured out just now from your post. Thanks. Inventor online help needs update on the matter.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report