C# Class SpaceClaim.AddIn.Gear.ToothProfile

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

Protected Properties

Свойство Type Description
addendumRadius double
baseRadius double
curveA CurveSegment
dedendumRadius double
involutePitchTrans System.Matrix
mirror System.Matrix
offsetAngle double
period List
pitchRadius double
topCurve CurveSegment

Méthodes publiques

Méthode Description
GetProfile ( ) : ICollection
ToothProfile ( GearData gearData ) : System

Method Details

GetProfile() public méthode

public GetProfile ( ) : ICollection
Résultat ICollection

ToothProfile() public méthode

public ToothProfile ( GearData gearData ) : System
gearData GearData
Résultat System

Property Details

addendumRadius protected_oe property

protected double addendumRadius
Résultat double

baseRadius protected_oe property

protected double baseRadius
Résultat double

curveA protected_oe property

protected CurveSegment curveA
Résultat CurveSegment

dedendumRadius protected_oe property

protected double dedendumRadius
Résultat double

involutePitchTrans protected_oe property

protected Matrix,System involutePitchTrans
Résultat System.Matrix

mirror protected_oe property

protected Matrix,System mirror
Résultat System.Matrix

offsetAngle protected_oe property

protected double offsetAngle
Résultat double

period protected_oe property

protected List period
Résultat List

pitchRadius protected_oe property

protected double pitchRadius
Résultat double

topCurve protected_oe property

protected CurveSegment topCurve
Résultat CurveSegment