Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JMGunnar
in reply to: c_hoppen

Check BOM in Assembly 

 

JMGunnar_0-1734695789117.png

 

 

Best Regards Johan 

 

 

		oPlacementPoint = ThisApplication.TransientGeometry.CreatePoint2d(postionX, postionY)	
		
		Dim partsListBomType As PartsListLevelEnum = 46593
	
		'''Name					Value	Description
		'kFirstLevelComponents	46593	First level components.
		'kPartsOnly				46594	Parts only.
		'kStructured			46593	Structured first level components.
		'kStructuredAllLevels	46595	Structured all components.
	
		Dim oPartsList As PartsList = oSheet.PartsLists.Add(oDrawingView, oPlacementPoint,partsListBomType)