Struct ProfileDataSprocket
Last update: 16.07.2025Namespace: VM.Managed.CAD.Sprocket
Assembly: VMDSprocket.dll
This struct is profile data for sprocket
public struct ProfileDataSprocket
Fields
AddendumCircleDiameter
the addendum circle diameter.
public double AddendumCircleDiameter
Field Value
AngleBetweenTeeth
The angle between tooth.
public double AngleBetweenTeeth
Field Value
BushingRadius
The bush radius.
public double BushingRadius
Field Value
ClearanceofToothRoot
The gap is bush can move.
public double ClearanceofToothRoot
Field Value
DedendumCircleDiameter
The dedendum circle diameter.
public double DedendumCircleDiameter
Field Value
NoOfTeeth
This is the number of teeth
public int NoOfTeeth
Field Value
PitchCircleDiameter
The pitch circle diameter.
public double PitchCircleDiameter
Field Value
ToothRoundRadius
The radius for tooth rounding.
public double ToothRoundRadius
Field Value
WorkPlane
The work plane.
public Plane WorkPlane
Field Value
Plane