    

 ## On this page

  

 

 #  Class SegmentInfo

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Chained](VM.Managed.DAFUL.Chained.md)  
Assembly: VMDChainedBase.dll

This class represents segment`s information

```csharp
public class SegmentInfo

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [SegmentInfo](VM.Managed.DAFUL.Chained.SegmentInfo.md)

#### 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_)

## Constructors

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo__ctor"></a> SegmentInfo()

```csharp
public SegmentInfo()

```

## Fields

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_TransCurrentPlane"></a> m\_TransCurrentPlane

The transformation matrix of current plane.

```csharp
public TMatrix m_TransCurrentPlane

```

#### Field Value

TMatrix

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_TransGRF"></a> m\_TransGRF

The transformation matrix of geometry reference frame.

```csharp
public TMatrix m_TransGRF

```

#### Field Value

TMatrix

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_dHeight1"></a> m\_dHeight1

The height1 of segment.

```csharp
public double m_dHeight1

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_dHeight2"></a> m\_dHeight2

The height2 of segment.

```csharp
public double m_dHeight2

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_dLength"></a> m\_dLength

The length of segment.

```csharp
public double m_dLength

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_m_dOriginalLength"></a> m\_dOriginalLength

The original length of segment.

```csharp
public double m_dOriginalLength

```

#### Field Value

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

## Methods

### <a id="VM_Managed_DAFUL_Chained_SegmentInfo_initialize"></a> initialize()

```csharp
public void initialize()

```