C# Class SpaceClaim.AddIn.Gear.ToothProfile

Mostrar archivo Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Protected Properties

Property Type Description
addendumRadius double
baseRadius double
curveA CurveSegment
dedendumRadius double
involutePitchTrans System.Matrix
mirror System.Matrix
offsetAngle double
period List
pitchRadius double
topCurve CurveSegment

Public Methods

Method Description
GetProfile ( ) : ICollection
ToothProfile ( GearData gearData ) : System

Method Details

GetProfile() public method

public GetProfile ( ) : ICollection
return ICollection

ToothProfile() public method

public ToothProfile ( GearData gearData ) : System
gearData GearData
return System

Property Details

addendumRadius protected_oe property

protected double addendumRadius
return double

baseRadius protected_oe property

protected double baseRadius
return double

curveA protected_oe property

protected CurveSegment curveA
return CurveSegment

dedendumRadius protected_oe property

protected double dedendumRadius
return double

involutePitchTrans protected_oe property

protected Matrix,System involutePitchTrans
return System.Matrix

mirror protected_oe property

protected Matrix,System mirror
return System.Matrix

offsetAngle protected_oe property

protected double offsetAngle
return double

period protected_oe property

protected List period
return List

pitchRadius protected_oe property

protected double pitchRadius
return double

topCurve protected_oe property

protected CurveSegment topCurve
return CurveSegment