Class CylindricalGearFromCAD
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearFromCAD
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.ImportFromCAD
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearFromCAD : MountableComponentFromCAD, IEquatable<APIBase>
Properties
CADDrawingDiameter
Measurement: ShortLength
Declaration
public double CADDrawingDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
CentreDistance
Measurement: ShortLength
Declaration
public double CentreDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ExistingGearSet
Declaration
public ListWithSelectedItem<CylindricalGearSet> ExistingGearSet { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<CylindricalGearSet> |
FaceWidth
Measurement: ShortLength
Declaration
public double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GearSetName
Declaration
public string GearSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HelixAngle
Measurement: Angle
Declaration
public double HelixAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InternalExternal
Declaration
public InternalExternalType InternalExternal { get; set; }
Property Value
Type | Description |
---|---|
InternalExternalType |
MeshingGear
Declaration
public ListWithSelectedItem<CylindricalGear> MeshingGear { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<CylindricalGear> |
NormalModule
Measurement: ShortLength
Declaration
public Overridable<double> NormalModule { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
NormalPressureAngle
Measurement: Angle
Declaration
public double NormalPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfTeeth
Declaration
public Overridable<int> NumberOfTeeth { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Int32> |
RootDiameter
Measurement: ShortLength
Declaration
public double RootDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
TipDiameter
Measurement: ShortLength
Declaration
public double TipDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>