Class SegmentInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Chained
Assembly: VMDChainedBase.dll
This class represents segment`s information
public class SegmentInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SegmentInfo()
public SegmentInfo()
Fields
m_TransCurrentPlane
The transformation matrix of current plane.
public TMatrix m_TransCurrentPlane
Field Value
TMatrix
m_TransGRF
The transformation matrix of geometry reference frame.
public TMatrix m_TransGRF
Field Value
TMatrix
m_dHeight1
The height1 of segment.
public double m_dHeight1
Field Value
m_dHeight2
The height2 of segment.
public double m_dHeight2
Field Value
m_dLength
The length of segment.
public double m_dLength
Field Value
m_dOriginalLength
The original length of segment.
public double m_dOriginalLength
Field Value
Methods
initialize()
public void initialize()