C# 클래스 SpaceClaim.AddInLibrary.SpaceClaimExtensions

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
GetAllSelectedDesignBodies ( this window ) : ICollection
GetAllSelectedIDesignBodies ( this window ) : ICollection
GetAllSelectedIDesignFaces ( this window ) : ICollection
GetAllSelectedITrimmedCurves ( this window ) : ICollection
GetBoundingBox ( this iDocObject, System.Matrix trans ) : Box
GetCurvesByLayer ( this iComponent ) : List>.Dictionary
GetVisibleColor ( this iDesignBody ) : Color
Transform ( this curves, System.Matrix trans ) : ICollection
WalkParts ( this part ) : IEnumerable

메소드 상세

GetAllSelectedDesignBodies() 공개 정적인 메소드

public static GetAllSelectedDesignBodies ( this window ) : ICollection
window this
리턴 ICollection

GetAllSelectedIDesignBodies() 공개 정적인 메소드

public static GetAllSelectedIDesignBodies ( this window ) : ICollection
window this
리턴 ICollection

GetAllSelectedIDesignFaces() 공개 정적인 메소드

public static GetAllSelectedIDesignFaces ( this window ) : ICollection
window this
리턴 ICollection

GetAllSelectedITrimmedCurves() 공개 정적인 메소드

public static GetAllSelectedITrimmedCurves ( this window ) : ICollection
window this
리턴 ICollection

GetBoundingBox() 공개 정적인 메소드

public static GetBoundingBox ( this iDocObject, System.Matrix trans ) : Box
iDocObject this
trans System.Matrix
리턴 Box

GetCurvesByLayer() 공개 정적인 메소드

public static GetCurvesByLayer ( this iComponent ) : List>.Dictionary
iComponent this
리턴 List>.Dictionary

GetVisibleColor() 공개 정적인 메소드

public static GetVisibleColor ( this iDesignBody ) : Color
iDesignBody this
리턴 Color

Transform() 공개 정적인 메소드

public static Transform ( this curves, System.Matrix trans ) : ICollection
curves this
trans System.Matrix
리턴 ICollection

WalkParts() 공개 정적인 메소드

public static WalkParts ( this part ) : IEnumerable
part this
리턴 IEnumerable