C# 클래스 SpaceClaim.AddIn.Unfold.DashesButtonCapsule

상속: DashesPropertiesButtonCapsule
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
CreateDashes ( ITrimmedCurve curve, Part part, double dashMinSize, Layer dashLayer ) : void
DashesButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

보호된 메소드들

메소드 설명
OnExecute ( System.Windows.Forms.Command command, SpaceClaim.Api.V10.ExecutionContext context, System buttonRect ) : void

메소드 상세

CreateDashes() 공개 정적인 메소드

public static CreateDashes ( ITrimmedCurve curve, Part part, double dashMinSize, Layer dashLayer ) : void
curve ITrimmedCurve
part Part
dashMinSize double
dashLayer Layer
리턴 void

DashesButtonCapsule() 공개 메소드

public DashesButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
리턴 System

OnExecute() 보호된 메소드

protected OnExecute ( System.Windows.Forms.Command command, SpaceClaim.Api.V10.ExecutionContext context, System buttonRect ) : void
command System.Windows.Forms.Command
context SpaceClaim.Api.V10.ExecutionContext
buttonRect System
리턴 void