02-19-2021
05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-19-2021
05:07 AM
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)