Class PropertyConcentratedLoad
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.MeshFree.Force
Assembly: VMDMeshFree.dll
This class is to represent the concentrated load properties in mesh free.
[Obsolete]
public class PropertyConcentratedLoad : PropertyConcentratedLoadBase, IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IFlexibleFunctionOwner
Inheritance
object ←
ObservableObject ←
LinkableBase ←
ObjectBase ←
Object
Implements
IObservableObject, IDisposableObject, ILinkable, IObjectBase, IObject, IEventProvider, IHasKeyObject, ILinkContainerEvent, IVerifiable, IHistoryObjectSerializable, IAttributeContainer, IContainer, ILinkContainer, IOwned, IHasID, IFlexibleFunctionOwner
Inherited Members
PropertyConcentratedLoadBase.Initialize(Unit.ConvertFactor),
PropertyConcentratedLoadBase.FindLocal(string),
PropertyConcentratedLoadBase.GetUnnamedObjectName(object),
PropertyConcentratedLoadBase.FunctionDirectionType,
PropertyConcentratedLoadBase.Function,
Property.Initialize(Unit.ConvertFactor),
Property.PropertyRequestUpdate(object, LinkEventArgs),
Property.OnUpdatePropertyImpl(Property, LinkEventArgs),
Property.GetUnnamedObjectName(object),
Property.FindLocal(string),
Property.Draw(Canvas, TMatrix, TMatrix, bool),
ContainerObject
Extension Methods
BodyHelper.CreateGINFFileV3_2(IAttributeContainer),
BodyHelper.CreateGINFFileV3_2(IAttributeContainer, string),
BodyHelper.CreateGINFFileV3_2(IAttributeContainer, string, VectorBase[], uint[], VectorBase[], uint[]),
BodyHelper.GenerateMeshInfo(IAttributeContainer, ref MeshFreeMeshType, ref VectorBase[], ref uint[], ref VectorBase[], ref uint[], bool),
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PropertyConcentratedLoad()
Initializes a new instance of the
public PropertyConcentratedLoad()
Properties
Force
Gets or sets the force.
public CompositeFieldUsable Force { get; set; }
Property Value
CompositeFieldUsable
Orientation
Gets or sets the orientation.
public OrientationBase Orientation { get; set; }
Property Value
OrientationBase
Methods
FindLocal(string)
Finds an object that matches a specified name in local.
public override IObjectBase FindLocal(string strName)
Parameters
strName string
Name to search for.
Returns
IObjectBase
An object that matches a specified name.
Initialize(ConvertFactor)
Initializes member through unit convert factor.
public override void Initialize(Unit.ConvertFactor factor)
Parameters
factor Unit.ConvertFactor
The unit convert factor.