Class CVTPulley
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CVTPulley
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CVTPulley : Pulley, IEquatable<APIBase>
Properties
IsMovingSheaveOnTheLeft
Declaration
public bool IsMovingSheaveOnTheLeft { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SlidingConnection
Declaration
public ListWithSelectedItem<ShaftHubConnection> SlidingConnection { get; set; }
Property Value
| Type | Description |
|---|---|
| ListWithSelectedItem<ShaftHubConnection> |
Implements
System.IEquatable<T>