C# Class SpaceClaim.AddIn.Unfold.DashesButtonCapsule

Inheritance: DashesPropertiesButtonCapsule
Afficher le fichier Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateDashes() public static méthode

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

DashesButtonCapsule() public méthode

public DashesButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
Résultat System

OnExecute() protected méthode

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
Résultat void