Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Simple Question, inplace edit

2 REPLIES 2
Reply
Message 1 of 3
maghj
164 Views, 2 Replies

Simple Question, inplace edit

How do i start in-place edit of a part?

Regards
/Magnus
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: maghj

Use the ComponentOccurrence.Edit method.  This
will do the same thing as the user selecting an occurrence for edit.  If
you want to edit the part using the API you don't need to in-place
activate.  From the occurrence you can use the Definition property to
access the component definition of the part directly and can use the API to
directly edit the part.

 

-Brian


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
How
do i start in-place edit of a part?

Regards
/Magnus

Message 3 of 3
maghj
in reply to: maghj

I just want to start the inplace edit, so that was what i looked for.

Thanks

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

Post to forums  

Autodesk Design & Make Report