技术文章 - CS293508
异步应用程序无法在 Creo Object Toolkit Java Free 中进行选择
已修改: 06-Jan-2023
适用于
- Creo Parametric 4.0 to 5.0
说明
- 异步应用程序无法在 OTK Java Free 中选择
- 在异步 J-Link 应用程序中如何手动选择程序集的组件
SelectionOptions selOpts = pfcSelect.SelectionOptions_Create("prt_or_asm,component");
selOpts.SetMaxNumSels(new Integer(1));
Selections sels = session.Select(selOpts, null);
Selection sel = sels.get(0);
这是文章 293508 的 PDF 版本,可能已过期。最新版本 CS293508