Class RollingRingAssembly
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RollingRingAssembly
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 RollingRingAssembly : SpecialisedAssembly, IEquatable<APIBase>
Properties
Angle
Measurement: Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RollingRings
Declaration
public ReadOnlyCollection<RollingRing> RollingRings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<RollingRing> |
Implements
System.IEquatable<T>