C# Class SolidworksAddinFramework.SwEq

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Private Properties

Свойство Type Description
ConfigureLinearAxisNumberBox IDisposable
GetScaledValue double
SwEq System
WithValue SwEq

Méthodes publiques

Méthode Description
CreateControl ( PropertyManagerPageBase pmp, IPropertyManagerPageGroup @group, CompositeSourceList list, int index ) : IDisposable
CreateControls ( PropertyManagerPageBase pmp, IPropertyManagerPageGroup @group, CompositeSourceList list ) : IDisposable
Equals ( object obj ) : bool
GetHashCode ( ) : int
SwEq ( string id, double val, string solidWorksUnits ) : System
ToLongString ( ) : string
ToShortString ( ) : string
ToString ( ) : string
ToStringWithDecimalPlaces ( int decimalPlaces = 2 ) : string
ToStringWithSignificantDigits ( int sigFigs ) : string

Méthodes protégées

Méthode Description
Equals ( SwEq other ) : bool

Private Methods

Méthode Description
ConfigureLinearAxisNumberBox ( IPropertyManagerPageNumberbox config, double increment ) : IDisposable
GetScaledValue ( ) : double
SwEq ( string id, double val, string solidWorksUnits, UnitsEnum unitsType ) : System
WithValue ( double value ) : SwEq

Method Details

CreateControl() public static méthode

public static CreateControl ( PropertyManagerPageBase pmp, IPropertyManagerPageGroup @group, CompositeSourceList list, int index ) : IDisposable
pmp PropertyManagerPageBase
@group IPropertyManagerPageGroup
list CompositeSourceList
index int
Résultat IDisposable

CreateControls() public static méthode

public static CreateControls ( PropertyManagerPageBase pmp, IPropertyManagerPageGroup @group, CompositeSourceList list ) : IDisposable
pmp PropertyManagerPageBase
@group IPropertyManagerPageGroup
list CompositeSourceList
Résultat IDisposable

Equals() protected méthode

protected Equals ( SwEq other ) : bool
other SwEq
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SwEq() public méthode

public SwEq ( string id, double val, string solidWorksUnits ) : System
id string
val double
solidWorksUnits string
Résultat System

ToLongString() public méthode

public ToLongString ( ) : string
Résultat string

ToShortString() public méthode

public ToShortString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringWithDecimalPlaces() public méthode

public ToStringWithDecimalPlaces ( int decimalPlaces = 2 ) : string
decimalPlaces int
Résultat string

ToStringWithSignificantDigits() public méthode

public ToStringWithSignificantDigits ( int sigFigs ) : string
sigFigs int
Résultat string