C# Class SpaceClaim.AddIn.Gear.HypoidGear

Inheritance: Gear
Show file Open project: bcourter/SpaceClaim-AddIns Class Usage Examples

Private Properties

Property Type Description
GetConeAtParameter Cone
GetHyperbolicRadius double
GetHyperbolicRadius double

Public Methods

Method Description
Create ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double hypoidAngle, double hypoidOffset, double hypoidKneeRatio, double depth ) : Gear

Protected Methods

Method Description
CreateAlignmentBodies ( Body &addendumBody, Body &dedendumBody ) : void
CreatePitchCircleBody ( ) : Body
CreateVisualizationBodies ( ) : ICollection
GetCappingBody ( ) : Body
GetTransformedProfileCurve ( ITrimmedCurve iTrimmedCurve, double param ) : ITrimmedCurve
HypoidGear ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double hypoidAngle, double hypoidOffset, double hypoidKneeRatio, double depth ) : System

Private Methods

Method Description
GetConeAtParameter ( double t ) : Cone
GetHyperbolicRadius ( double t ) : double
GetHyperbolicRadius ( double t, double a, double b ) : double

Method Details

Create() public static method

public static Create ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double hypoidAngle, double hypoidOffset, double hypoidKneeRatio, double depth ) : Gear
parent IPart
gearData GearData
conjugateGearData GearData
toothProfile ToothProfile
helicalAngle double
hypoidAngle double
hypoidOffset double
hypoidKneeRatio double
depth double
return Gear

CreateAlignmentBodies() protected method

protected CreateAlignmentBodies ( Body &addendumBody, Body &dedendumBody ) : void
addendumBody Body
dedendumBody Body
return void

CreatePitchCircleBody() protected method

protected CreatePitchCircleBody ( ) : Body
return Body

CreateVisualizationBodies() protected method

protected CreateVisualizationBodies ( ) : ICollection
return ICollection

GetCappingBody() protected method

protected GetCappingBody ( ) : Body
return Body

GetTransformedProfileCurve() protected method

protected GetTransformedProfileCurve ( ITrimmedCurve iTrimmedCurve, double param ) : ITrimmedCurve
iTrimmedCurve ITrimmedCurve
param double
return ITrimmedCurve

HypoidGear() protected method

protected HypoidGear ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double hypoidAngle, double hypoidOffset, double hypoidKneeRatio, double depth ) : System
parent IPart
gearData GearData
conjugateGearData GearData
toothProfile ToothProfile
helicalAngle double
hypoidAngle double
hypoidOffset double
hypoidKneeRatio double
depth double
return System