C# 클래스 SolidworksAddinFramework.SwEq

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConfigureLinearAxisNumberBox IDisposable
GetScaledValue double
SwEq System
WithValue SwEq

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Equals ( SwEq other ) : bool

비공개 메소드들

메소드 설명
ConfigureLinearAxisNumberBox ( IPropertyManagerPageNumberbox config, double increment ) : IDisposable
GetScaledValue ( ) : double
SwEq ( string id, double val, string solidWorksUnits, UnitsEnum unitsType ) : System
WithValue ( double value ) : SwEq

메소드 상세

CreateControl() 공개 정적인 메소드

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

CreateControls() 공개 정적인 메소드

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

Equals() 보호된 메소드

protected Equals ( SwEq other ) : bool
other SwEq
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SwEq() 공개 메소드

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

ToLongString() 공개 메소드

public ToLongString ( ) : string
리턴 string

ToShortString() 공개 메소드

public ToShortString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringWithDecimalPlaces() 공개 메소드

public ToStringWithDecimalPlaces ( int decimalPlaces = 2 ) : string
decimalPlaces int
리턴 string

ToStringWithSignificantDigits() 공개 메소드

public ToStringWithSignificantDigits ( int sigFigs ) : string
sigFigs int
리턴 string