Class ComponentAnalysis
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Component analysis
public class ComponentAnalysis : LinkContainer, IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← ComponentAnalysis
Implements
IObservableObject, IDisposableObject, ILinkable, IObject, ILinkContainer, IOwned, IHasID, IEventProvider, ILinkContainerEvent, IVerifiable
Inherited Members
LinkContainer.SetModified(), LinkContainer.raise_OnUpdating(object, LinkEventArgs), LinkContainer.raise_OnUpdate(object, LinkEventArgs), LinkContainer.raise_OnDestroying(object, LinkEventArgs), LinkContainer.raise_OnDestroy(object, LinkEventArgs), LinkContainer.raise_OnAdded(object, AddToDocEventArgs), LinkContainer.raise_OnRemoved(object, RemoveFromDocEventArgs), LinkContainer.GetTargetListForUpdate(), LinkContainer.SkipUpdateObjectImpl(), LinkContainer.Initialize(Unit.ConvertFactor), LinkContainer.SetFlagWhenXMLFile(string, bool), LinkContainer.IsSerializableEvent(Delegate), LinkContainer.CustomGetObjectData(SerializationInfo, StreamingContext), LinkContainer.GetSerializedData(SerializationInfo, StreamingContext), LinkContainer.LinkRequestUpdating(object, LinkEventArgs), LinkContainer.LinkRequestUpdate(object, LinkEventArgs), LinkContainer.LinkRequestDestroying(object, LinkEventArgs), LinkContainer.LinkRequestDestroy(object, LinkEventArgs), LinkContainer.LinkAddedToDocument(object, AddToDocEventArgs), LinkContainer.LinkRemovedFromDocument(object, RemoveFromDocEventArgs), LinkContainer.OnLinkReserved(ILink, object, EventArgs), LinkContainer.CanBeDestroy(object), LinkContainer.DisposeManagedResources(), LinkContainer.SetContainer(IOwned, bool), LinkContainer.OnChildUpdated(object, LinkEventArgs), LinkContainer.OnContainerDestroy(object, LinkEventArgs), LinkContainer.OnDeserialization(object), LinkContainer.Verify(VerifiedResult), LinkContainer.GetCopy(object), LinkContainer.Dispose(bool), LinkContainer.ClearChildInfoBeforeDeserialize, LinkContainer.Container, LinkContainer.Owner, LinkContainer.Document, LinkContainer.ID, LinkContainer.IsChildExternable, LinkContainer.IsExternable, LinkContainer.OnRemoved, LinkContainer.OnAdded, LinkContainer.OnDestroy, LinkContainer.OnDestroying, LinkContainer.OnUpdate, LinkContainer.OnUpdating, LinkableBase.OnDeserialization(object), ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ComponentAnalysis()
Initializes a new instance of the
public ComponentAnalysis()
Properties
EndConnectable
Gets or sets the end connectable.
public IConnectable EndConnectable { get; set; }
Property Value
IConnectable
EndPointInfo
Gets or sets the end point.
public ComponentAnalysis.BoundaryCondition EndPointInfo { get; set; }
Property Value
ComponentAnalysis.BoundaryCondition
InputTypeOfAnalysis
Gets or sets the type of analysis.
public ComponentAnalysis.AnalysisType InputTypeOfAnalysis { get; set; }
Property Value
ComponentAnalysis.AnalysisType
MaximumNumberOfNode
Gets or sets the maximum number of node.
public ExpressionValueVariable MaximumNumberOfNode { get; set; }
Property Value
ExpressionValueVariable
ResultFilePath
Gets or sets the result path.
public string ResultFilePath { get; set; }
Property Value
RotationalPenalty
Gets or sets the rotational penalty.
public ExpressionValueVariable RotationalPenalty { get; set; }
Property Value
ExpressionValueVariable
StartConnectable
Gets or sets the start connectable.
public IConnectable StartConnectable { get; set; }
Property Value
IConnectable
StartPointInfo
Gets or sets the start point.
public ComponentAnalysis.BoundaryCondition StartPointInfo { get; set; }
Property Value
ComponentAnalysis.BoundaryCondition
TranslationalPenalty
Gets or sets the translational penalty.
public ExpressionValueVariable TranslationalPenalty { get; set; }
Property Value
ExpressionValueVariable
_EndConnectable
Gets or sets the _ end connectable.
public Linker<iconnectable> _EndConnectable { get; set; }
Property Value
Linker
_StartConnectable
Gets or sets the _ start connectable.
public Linker<iconnectable> _StartConnectable { get; set; }
Property Value
Linker
Methods
InitChild(ConvertFactor)
Initializes the child.
public void InitChild(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.