Class BeltDrive
Inheritance
System.Object
BeltDrive
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class BeltDrive : SpecialisedAssembly, IEquatable<APIBase>
Properties
BeltConnections
Declaration
public ReadOnlyCollection<BeltConnection> BeltConnections { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<BeltConnection> |
|
BeltLength
Declaration
public double BeltLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
BeltMass
Declaration
public double BeltMass { get; }
Property Value
| Type |
Description |
| System.Double |
|
BeltMassPerUnitLength
Declaration
public double BeltMassPerUnitLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PreTension
Declaration
public double PreTension { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Pulleys
Declaration
public ReadOnlyCollection<Pulley> Pulleys { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Pulley> |
|
SpecifyStiffnessForUnitLength
Declaration
public bool SpecifyStiffnessForUnitLength { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Stiffness
Declaration
public double Stiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StiffnessForUnitLength
Declaration
public double StiffnessForUnitLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TypeOfBelt
Declaration
public BeltDriveType TypeOfBelt { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods