Class MassDisc
Inheritance
System.Object
MassDisc
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MassDisc : VirtualComponent, IEquatable<APIBase>
Properties
Density
Declaration
public double Density { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DiscRotation
Declaration
public double DiscRotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DiscSkew
Declaration
public double DiscSkew { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerDiameter
Declaration
public double InnerDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
IsDistributed
Declaration
public bool IsDistributed { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
OuterDiameter
Declaration
public double OuterDiameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Width
Declaration
public virtual double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods