Class CouplingHalf
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CouplingHalf
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CouplingHalf : MountableComponent, IEquatable<APIBase>
Properties
Bore
Measurement: ShortLength
Declaration
public Overridable<double> Bore { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Diameter
Measurement: ShortLength
Declaration
public virtual Overridable<double> Diameter { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Width
Measurement: ShortLength
Declaration
public virtual double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>