C# Class SpaceClaim.AddIn.Unfold.DashesButtonCapsule

Inheritance: DashesPropertiesButtonCapsule
显示文件 Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Public Methods

Method Description
CreateDashes ( ITrimmedCurve curve, Part part, double dashMinSize, Layer dashLayer ) : void
DashesButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

Protected Methods

Method Description
OnExecute ( System.Windows.Forms.Command command, SpaceClaim.Api.V10.ExecutionContext context, System buttonRect ) : void

Method Details

CreateDashes() public static method

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

DashesButtonCapsule() public method

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

OnExecute() protected method

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
return void