点击或拖拽改变大小

ModelDocDuExtension 类

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

继承层次
SystemObject
  Du.SolidWorks.ExtensionModelDocDuExtension

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

ModelDocDuExtension 类型公开以下成员。

方法
  名称说明
公共方法静态成员AsAssemblyDoc
转换为装配体
公共方法静态成员AsPartDoc
转换为零件文档
公共方法静态成员CreateSketch
公共方法静态成员CurrentComp
公共方法静态成员GetConfigurationFromID
Look-up a configuration based on it's ID
公共方法静态成员GetConfigurations
Get all configurations
公共方法静态成员GetFeats
获取所有的某种类型的特征
公共方法静态成员GetFirstToLastFeats
按顺序遍历特征
公共方法静态成员GetGlobals 已过时。
获取方程式中所有的全局变量变转换为字典
公共方法静态成员GetModelDispalyDimensions
获取所有的特征尺寸
公共方法静态成员GetObjectFromPersistReference
Get an entity from its persist id. Because we should use the same version of `GetPersistReference` and `GetObjectFromPersistReference` resp. and the persist reference is saved with the models we should never ever use another version of the two methods. For more details see http://help.solidworks.com/2016/english/api/sldworksapi/SolidWorks.interop.sldworks~SolidWorks.interop.sldworks.IModelDocExtension~GetPersistReference3.html#remarksSection
公共方法静态成员GetPersistReferenceT
获取实体PID Because we should use the same version of `GetPersistReference` and `GetObjectFromPersistReference` resp. and the persist reference is saved with the models we should never ever use another version of the two methods. For more details see http://help.solidworks.com/2016/english/api/sldworksapi/SolidWorks.interop.sldworks~SolidWorks.interop.sldworks.IModelDocExtension~GetPersistReference3.html#remarksSection
公共方法静态成员GetPlanes
获取所有的基准面
公共方法静态成员GetRayIntersections
Doesn't work when intersecting with wire bodies.
公共方法静态成员GetSelectedObjectsFromModel
公共方法静态成员GetTypeEx(AssemblyDoc)
获取文档类型
公共方法静态成员GetTypeEx(IModelDoc2)
获取文档类型
公共方法静态成员IsSpecType
公共方法静态成员ScreenToView
从一个给定的屏幕上的X,Y变换到视图模型中的点和方向 From a given X,Y screen coordinate return the model coordinates and the direction of looking.
公共方法静态成员TemSaveAsFor
另存为并加载到内存,然后关闭源文档
公共方法静态成员UIUpdateEnable
公共方法静态成员Using
执行操作然后关闭文档
公共方法静态成员ViewToScreen
空间点变换到屏幕
Top
参见