Class MassDisc
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MassDisc
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MassDisc : VirtualComponent, IEquatable<APIBase>
Properties
Density
Measurement: Density
Declaration
public double Density { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DiscRotation
Phase angle of disc skew.
Measurement: Angle
Declaration
public double DiscRotation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DiscSkew
Angle between disc axis and shaft axis.
Measurement: SmallAngle
Declaration
public double DiscSkew { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InnerDiameter
Measurement: ShortLength
Declaration
public double InnerDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsDistributed
If not selected the analysis model uses a single node at the centre of the length of the mass disc. If selected several nodes are used across the length of the mass disc to distribute the mass.
Declaration
public bool IsDistributed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OuterDiameter
Measurement: ShortLength
Declaration
public double OuterDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Measurement: ShortLength
Declaration
public virtual double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>