theClasses = exporterPlugin.classes

 可导出的类型

exportFile (GetDir #scene + "/exportTest" ) using:theClasses[1] 我们导出的什么位置,并用那个类型进行导出

 

exportFile (file) using:NeoX_Mesh_Export 这种情况就是直接索引类的名字进行导出操作。

相关文章:

  • 2021-09-12
  • 2022-02-14
  • 2021-08-01
  • 2021-06-29
  • 2021-12-21
  • 2022-01-23
  • 2021-08-05
  • 2021-12-02
猜你喜欢
  • 2021-05-31
  • 2021-08-08
  • 2021-10-03
  • 2021-05-23
  • 2021-11-25
  • 2021-05-31
  • 2021-10-19
相关资源
相似解决方案