Class LeafInfo
Last update: 16.07.2025Namespace: VM.Models.Pre.Force
Assembly: VM.Models.Pre.Force.LeafSpring.dll
public class LeafInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
LeafInfo(double, int, int, int, int, Leaf3D[])
public LeafInfo(double LeafWidth, int NofContactFront, int NofContactRear, int NofEelementFront, int NofEelementRear, Leaf3D[] LeafProfiles)
Parameters
LeafWidth double
NofContactFront int
NofContactRear int
NofEelementFront int
NofEelementRear int
LeafProfiles Leaf3D[]
Properties
BeamProfiles
public List<leaf4d> BeamProfiles { get; }
Property Value
Profiles
public Leaf3D[] Profiles { get; }
Property Value
Leaf3D[]