Class ClipInfo
Last update: 16.07.2025Namespace: VM.Models.Pre.Force
Assembly: VM.Models.Pre.Force.LeafSpring.dll
public class ClipInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ClipInfo(int, int, double, double)
public ClipInfo(int LeafNumberOfTop, int LeafNumberofBottom, double DistanceFromCenter, double VerticalHeight)
Parameters
LeafNumberOfTop int
LeafNumberofBottom int
DistanceFromCenter double
VerticalHeight double
Properties
FixedBodySeq
public int FixedBodySeq { get; }
Property Value
ListContactSeq
public List(int body, int leaf)> ListContactSeq { get; }
Property Value
Position
public Point3D Position { get; }
Property Value
UpperPosition
public Point3D UpperPosition { get; }