C# Class SpaceClaim.AddIn.Gear.StraightGear

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

Private Properties

Property Type Description

Public Methods

Method Description
Create ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double screwAngle, 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
StraightGear ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double screwAngle, double depth ) : System

Method Details

Create() public static method

public static Create ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double screwAngle, double depth ) : Gear
parent IPart
gearData GearData
conjugateGearData GearData
toothProfile ToothProfile
helicalAngle double
screwAngle 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

StraightGear() protected method

protected StraightGear ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double screwAngle, double depth ) : System
parent IPart
gearData GearData
conjugateGearData GearData
toothProfile ToothProfile
helicalAngle double
screwAngle double
depth double
return System