Class AnalysisStaticLoad.DamageRadius
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The damage radius class
public class AnalysisStaticLoad.DamageRadius
Inheritance
object ← AnalysisStaticLoad.DamageRadius
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DamageRadius()
Initializes the
public DamageRadius()
DamageRadius(ILinkContainer)
Initializes the
public DamageRadius(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
L
Gets or sets the left.
public double L { get; set; }
Property Value
R
Gets or sets the right.
public double R { get; set; }
Property Value
Methods
SetModified()
Set modified flag.
protected void SetModified()