Insert a row in iPart

Insert a row in iPart

Anonymous
Not applicable
1,056 Views
3 Replies
Message 1 of 4

Insert a row in iPart

Anonymous
Not applicable

I want to insert a row which contains data into iPart as new part member but without using excel.

 

Is there a way to do so ?

0 Likes
Accepted solutions (1)
1,057 Views
3 Replies
Replies (3)
Message 2 of 4

ekinsb
Alumni
Alumni
Accepted solution

You can use the API for iparts to add a new row.  The other response I posted regarding your question about deleting a row shows how to access the TableRows object which provides access to all of the rows in the table.  To add a new row you need to use the Copy method of the TableRow object.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes
Message 3 of 4

Anonymous
Not applicable

ekinsb,


I didn't know this. Will Try and post the code if successful.

 

Thank You

0 Likes
Message 4 of 4

Anonymous
Not applicable

ekinsb,

 

 

I got that method and finished implementing...

 

Thank You for the guidance

 

 

0 Likes