点击或拖拽改变大小

SldWorksExtension 类

[缺少 "T:Du.SolidWorks.Extension.SldWorksExtension" 的 <summary> 文档]

继承层次
SystemObject
  Du.SolidWorks.ExtensionSldWorksExtension

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public static class SldWorksExtension

SldWorksExtension 类型公开以下成员。

方法
  名称说明
公共方法静态成员ActiveDocEx
公共方法静态成员CreateDocument
后台创建文档
公共方法静态成员FileType
公共方法静态成员HasDocOpened
判断此文档是否打开
公共方法静态成员LoadIgesInvisible
静默加载 Iges文件 Tries to load an iges file invisibly. Throws an exception if it doesn't work.
公共方法静态成员NewPartOrAssembly
通过模板创建新零件或者新项目
公共方法静态成员OpenInvisibleDocClient
静默模式打开隐藏文件
公共方法静态成员OpenInvisibleReadOnly
以不可见模式打开文档 Open a document invisibly. It will not be shown to the user but you will be able to interact with it through the API as if it is loaded.
公共方法静态成员UsingActiveDoc
对活动文档进行操作
公共方法静态成员UsingOpenDoc
对内存中所有文档进行操作
Top
参见