How can I turn off the welds in iLogic 2018 ?

How can I turn off the welds in iLogic 2018 ?

Malenki
Advocate Advocate
358 Views
2 Replies
Message 1 of 3

How can I turn off the welds in iLogic 2018 ?

Malenki
Advocate
Advocate

Hi,

 

Where is "Weld/Beads/Fillet Weld" item ? Look bottom, please. How can I turn off the welds in iLogic?

 

Regards

 

Welds in iLogic.PNG

_______________________________________________________
Windows 10 64B + Product Design Collection 2021+ASM 2018
1. HP Z2 Tower G4: Intel Core i7-8700K CPU@3.70GHz + Quadro P2000
2. GIGABYTE EX58-UD5: Intel Core i7 920 (2.66GHz to 3.6GHz) + Quadro FX4000
0 Likes
359 Views
2 Replies
Replies (2)
Message 2 of 3

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @Malenki,

 

Unfortunately, Inventor API does not support to suppress Weld/Bead/Fillet weld. This can be logged into idea station as wish list using below link.

 

https://forums.autodesk.com/t5/inventor-ideas/idb-p/v1232/tab/most-recent

 

Thanks and regards,

 


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 3 of 3

bradeneuropeArthur
Mentor
Mentor

Possible:

 

Public Sub weld()

Dim a As AssemblyDocument
Set a = ThisDocument


a.ComponentDefinition.Occurrences.Item(1).Visible = False

end sub

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