Class AbstractAssembly
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractAssembly
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.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>