How to make exported WorkFeatures invisible in the assembly

How to make exported WorkFeatures invisible in the assembly

oransen
Collaborator Collaborator
1,118 Views
13 Replies
Message 1 of 14

How to make exported WorkFeatures invisible in the assembly

oransen
Collaborator
Collaborator

Here's a mystery.

 

I have an iPart (i.e. table based) which has two work planes which I need to be accessible to my program.

 

To make them accessible in my table I must export them in the iPart table.

 

But if I do that the two workplanes become visible (in the assembly) and I can't turn the visibility off.

 

Even if I turn of the visibility in all the members the workplanes remain visible in the assembly.

 

So it seems to me that exporting a feature from an iPart automatically makes the feature visible...

 

Is there a way of exporting features invisibly?

 

 

0 Likes
Accepted solutions (1)
1,119 Views
13 Replies
Replies (13)
Message 2 of 14

bradeneuropeArthur
Mentor
Mentor

Hi,

 

This is not an ipart factory or ipart member related issue, but it is an assembly issue.

 

If the workplanes are not willing to be seen in the assembly you need to make them invisible there!

 

So I mean in the assembly set the manually invisible.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 14

oransen
Collaborator
Collaborator

I think it IS a table based iPart issue.

 

In the part I set them to be invisible.

 

If I do NOT EXPORT the work features in the table then in the assembly they remain invisible.

 

If I export them (because my program needs them) they become visible in the assembly.

 

It seems to me that this behaviour is because is is assumed that if a feature is exported then it is because the human designer will need to see them in the assembly. But this ignore the fact that they may be exported for invisible use by a program.

 

 

0 Likes
Message 4 of 14

chandra.shekar.g
Autodesk Support
Autodesk Support

@oransen,

 

Can you please provide sample iPart to test the scenario?

 

Thanks and regards,

 


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 5 of 14

oransen
Collaborator
Collaborator

Thanks. Where should I send the part?

0 Likes
Message 6 of 14

bradeneuropeArthur
Mentor
Mentor

For me it is possible:

 

See picture:

 

Visi.PNG

Left is I part with workplane visible

Right is I part with workplane invisible.

 

This workplane is a user workplane and exported in the table.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 7 of 14

chandra.shekar.g
Autodesk Support
Autodesk Support

@oransen

 

 

You can attach while replying in the same post.

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 8 of 14

bradeneuropeArthur
Mentor
Mentor

Let me know if you need further assistance.....

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 9 of 14

oransen
Collaborator
Collaborator

The mystery deepens.

 

Attached is an iPart with 4 members, TEST_DISK.ipt.

 

Open the iPart and make sure the planes PianoSuperiore and PianoInferiore are invisible. Save the file.

 

Keep the iPart open  and create a new assembly. Place the iPart in the new assembly. As if by magic the planes are visible AND become visible in the iParts's window too!

 

If it does not happen with you I'll send some screenshots...

 

0 Likes
Message 10 of 14

oransen
Collaborator
Collaborator

>> Left is I part with workplane visible

>> Right is I part with workplane invisible.

 

Thanks for the test.

 

How did you manage to get ine instance with a visible workplane and one with an invisible one? Did you modify the member files directly?

 

 

0 Likes
Message 11 of 14

bradeneuropeArthur
Mentor
Mentor
No. Select in the iam. One visible one not. That's it.....

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 12 of 14

bradeneuropeArthur
Mentor
Mentor
Accepted solution
Set selection filter to "features"

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 13 of 14

oransen
Collaborator
Collaborator

Thanks for that. A humble programmer does not know all this stuff that a real user does!

 

 

0 Likes
Message 14 of 14

bradeneuropeArthur
Mentor
Mentor
Appreciated...

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes