C# Class SolidworksAddinFramework.SwEq

Mostrar archivo Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Private Properties

Property Type Description
ConfigureLinearAxisNumberBox IDisposable
GetScaledValue double
SwEq System
WithValue SwEq

Public Methods

Method 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

Protected Methods

Method Description
Equals ( SwEq other ) : bool

Private Methods

Method 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 method

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

CreateControls() public static method

public static CreateControls ( PropertyManagerPageBase pmp, IPropertyManagerPageGroup @group, CompositeSourceList list ) : IDisposable
pmp PropertyManagerPageBase
@group IPropertyManagerPageGroup
list CompositeSourceList
return IDisposable

Equals() protected method

protected Equals ( SwEq other ) : bool
other SwEq
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SwEq() public method

public SwEq ( string id, double val, string solidWorksUnits ) : System
id string
val double
solidWorksUnits string
return System

ToLongString() public method

public ToLongString ( ) : string
return string

ToShortString() public method

public ToShortString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

ToStringWithDecimalPlaces() public method

public ToStringWithDecimalPlaces ( int decimalPlaces = 2 ) : string
decimalPlaces int
return string

ToStringWithSignificantDigits() public method

public ToStringWithSignificantDigits ( int sigFigs ) : string
sigFigs int
return string