C# 클래스 SolidworksAddinFramework.SelectionManagerExtensions

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
DeselectAllUndoable ( this selMgr ) : IDisposable
GetAllSelectedObjects ( this selMgr ) : IReadOnlyList
GetObjectSelections ( this selMgr ) : IEnumerable
GetSelectedObjects ( this selMgr, Func filter ) : IReadOnlyList

Get selected objects filtered by type and mark

메소드 상세

DeselectAllUndoable() 공개 정적인 메소드

public static DeselectAllUndoable ( this selMgr ) : IDisposable
selMgr this
리턴 IDisposable

GetAllSelectedObjects() 공개 정적인 메소드

public static GetAllSelectedObjects ( this selMgr ) : IReadOnlyList
selMgr this
리턴 IReadOnlyList

GetObjectSelections() 공개 정적인 메소드

public static GetObjectSelections ( this selMgr ) : IEnumerable
selMgr this
리턴 IEnumerable

GetSelectedObjects() 공개 정적인 메소드

Get selected objects filtered by type and mark
public static GetSelectedObjects ( this selMgr, Func filter ) : IReadOnlyList
selMgr this
filter Func bool]]> if null then the default is true
리턴 IReadOnlyList