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

Hello,

 


When specifying the file path, add "<LODName>" at the end of the path. And use it as input when placing the component.

 

 

Dim filePath As String = /path/to/file.iam<LODName>

 

 

Alternatively, you can place the component in master LOD and change to the desired LOD. It is less optimal as this will load the whole assembly in the memory while selecting LOD first will load only the active component.

 

 

Occurrence.SetLevelOfDetailRepresentation(LODName)