HKOCH Member Mar 26, 2025 #1 Is PDM supported from scripts? I mean are you able to read Assembly files, content and to export files from PDM storage?
Is PDM supported from scripts? I mean are you able to read Assembly files, content and to export files from PDM storage?
stepalibre API/Scripting Guru Mar 26, 2025 #2 There is no API support in PDM. File access via scripts in PDM is not available. You can use scripts in a loaded file but they do not provide any PDM-specific features or support. Working with PDM The FilePath property returns null if the file is inside PDM. It's likely all methods and properties that touch the file system will break. www.alibre.com Upvote 0 Downvote
There is no API support in PDM. File access via scripts in PDM is not available. You can use scripts in a loaded file but they do not provide any PDM-specific features or support. Working with PDM The FilePath property returns null if the file is inside PDM. It's likely all methods and properties that touch the file system will break. www.alibre.com