在 PowerShell 脚本中使用 SOLIDWORKS API 方法
使用 PowerShell 脚本自动化 SOLIDWORKS API 的介绍
PowerShell 是一个基于 .NET 的命令行脚本语言。与其他脚本语言相比,PowerShell 提供了更大的灵活性。可以将 C# 和 VB.NET 的代码片段包含到脚本中。
与其他脚本语言类似,PowerShell 脚本可以接受参数。
可以从命令行调用 PowerShell 脚本。
本节中的示例演示了如何使用基于 VB.NET 和 C# 的 PowerShell 脚本调用 SOLIDWORKS API。