Class AbstractAssembly
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.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
The total mass of all parts in the assembly.
Measurement: Mass
Declaration
public double MassOfAssembly { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>