    

 ## On this page

  

 

 # Interface IHasInitialVel

 Last update: 16.07.2025 

Namespace: [VM.Models.Pre](VM.Models.Pre.md)  
Assembly: VM.Models.Pre.dll

The initial velocity interface

```csharp
public interface IHasInitialVel

```

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Properties

### <a id="VM_Models_Pre_IHasInitialVel_InitialVelocity"></a> InitialVelocity

Gets the initial velocity.

```csharp
double InitialVelocity { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

## Methods

### <a id="VM_Models_Pre_IHasInitialVel_GetConvertedInitialVelocity"></a> GetConvertedInitialVelocity()

Gets the initial velocity converted to unit.

```csharp
double GetConvertedInitialVelocity()

```

#### Returns

[double](https://learn.microsoft.com/dotnet/api/system.double)

The initial velocity converted to unit.