点击或拖拽改变大小

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
参见