Class AbstractAssembly
Inheritance
System.Object
AbstractAssembly
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractAssembly : Part, IEquatable<APIBase>
Properties
ComponentsWithUnknownMassProperties
Declaration
public ReadOnlyCollection<Component> ComponentsWithUnknownMassProperties { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Component> |
|
ComponentsWithZeroMassProperties
Declaration
public ReadOnlyCollection<Component> ComponentsWithZeroMassProperties { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<Component> |
|
MassOfAssembly
Declaration
public double MassOfAssembly { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods