Interface IHasInitialVel Last update: 16.07.2025 Namespace: VM.Models.Pre Assembly: VM.Models.Pre.dll The initial velocity interface public interface IHasInitialVel Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties InitialVelocity Gets the initial velocity. double InitialVelocity { get; } Property Value double Methods GetConvertedInitialVelocity() Gets the initial velocity converted to unit. double GetConvertedInitialVelocity() Returns double The initial velocity converted to unit.