07-09-2018
03:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-09-2018
03:42 AM
Hoping that below iLogic code may help to set merge for more that one value.
Dim oDoc As Document
oDoc = ThisDoc.Document
Dim oCD As AssemblyComponentDefinition
Dim array(3) As String
array(0) = "11111"
array(1) = "22222"
array(2) = "33333"
oCD = oDoc.ComponentDefinition
oBOM = oCD.BOM
oBOM.SetPartNumberMergeSettings(True, array)
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network
