Class RingPins
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RingPins
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Cycloidal
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RingPins : MountableComponent, IEquatable<APIBase>
Properties
Length
Measurement: ShortLength
Declaration
public override double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
RingPinsDesign
Declaration
public RingPinsDesign RingPinsDesign { get; }
Property Value
Type | Description |
---|---|
RingPinsDesign |
RingPinsMaterial
Declaration
public RingPinsMaterial RingPinsMaterial { get; }
Property Value
Type | Description |
---|---|
RingPinsMaterial |
RingPinsMaterialDatabase
Declaration
public DatabaseWithSelectedItem RingPinsMaterialDatabase { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
Implements
System.IEquatable<T>