C# Класс SpaceClaim.AddIn.Gear.HypoidGear

Наследование: Gear
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetConeAtParameter Cone
GetHyperbolicRadius double
GetHyperbolicRadius double

Открытые методы

Метод Описание
Create ( IPart parent, GearData gearData, GearData conjugateGearData, ToothProfile toothProfile, double helicalAngle, double hypoidAngle, double hypoidOffset, double hypoidKneeRatio, double depth ) : Gear

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
GetConeAtParameter ( double t ) : Cone
GetHyperbolicRadius ( double t ) : double
GetHyperbolicRadius ( double t, double a, double b ) : double

Описание методов

Create() публичный статический Метод

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
Результат Gear

CreateAlignmentBodies() защищенный Метод

protected CreateAlignmentBodies ( Body &addendumBody, Body &dedendumBody ) : void
addendumBody Body
dedendumBody Body
Результат void

CreatePitchCircleBody() защищенный Метод

protected CreatePitchCircleBody ( ) : Body
Результат Body

CreateVisualizationBodies() защищенный Метод

protected CreateVisualizationBodies ( ) : ICollection
Результат ICollection

GetCappingBody() защищенный Метод

protected GetCappingBody ( ) : Body
Результат Body

GetTransformedProfileCurve() защищенный Метод

protected GetTransformedProfileCurve ( ITrimmedCurve iTrimmedCurve, double param ) : ITrimmedCurve
iTrimmedCurve ITrimmedCurve
param double
Результат ITrimmedCurve

HypoidGear() защищенный Метод

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
Результат System