C# 클래스 SpaceClaim.AddIn.Gear.ToothProfile

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
addendumRadius double
baseRadius double
curveA CurveSegment
dedendumRadius double
involutePitchTrans System.Matrix
mirror System.Matrix
offsetAngle double
period List
pitchRadius double
topCurve CurveSegment

공개 메소드들

메소드 설명
GetProfile ( ) : ICollection
ToothProfile ( GearData gearData ) : System

메소드 상세

GetProfile() 공개 메소드

public GetProfile ( ) : ICollection
리턴 ICollection

ToothProfile() 공개 메소드

public ToothProfile ( GearData gearData ) : System
gearData GearData
리턴 System

프로퍼티 상세

addendumRadius 보호되어 있는 프로퍼티

protected double addendumRadius
리턴 double

baseRadius 보호되어 있는 프로퍼티

protected double baseRadius
리턴 double

curveA 보호되어 있는 프로퍼티

protected CurveSegment curveA
리턴 CurveSegment

dedendumRadius 보호되어 있는 프로퍼티

protected double dedendumRadius
리턴 double

involutePitchTrans 보호되어 있는 프로퍼티

protected Matrix,System involutePitchTrans
리턴 System.Matrix

mirror 보호되어 있는 프로퍼티

protected Matrix,System mirror
리턴 System.Matrix

offsetAngle 보호되어 있는 프로퍼티

protected double offsetAngle
리턴 double

period 보호되어 있는 프로퍼티

protected List period
리턴 List

pitchRadius 보호되어 있는 프로퍼티

protected double pitchRadius
리턴 double

topCurve 보호되어 있는 프로퍼티

protected CurveSegment topCurve
리턴 CurveSegment