点击或拖拽改变大小

SelectionDataExtension 类

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

继承层次
SystemObject
  Du.SolidWorks.ExtensionSelectionDataExtension

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public static class SelectionDataExtension
方法
  名称说明
公共方法静态成员GetObjects(SelectionData, IModelDoc2)
公共方法静态成员GetObjectsT(SelectionData, IModelDoc2)
Gets an evaluator for the selected object. We return Func because if you return the solidworks object itself and store it you get burned by solidworks rebuilds when the object is invalidated. Only evaluate the function when you actually need the solidworks object. If the return value is None then it means that there is nothing selected.
Top
参见