Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSegment Class / StartVertex Property

In This Topic
    StartVertex Property
    In This Topic
    Point in 3d space which is the beginning of routing segment.
    Syntax
    public PointD3D StartVertex {get; set;}
    public:
    property PointD3D StartVertex {
       PointD3D get();
       void set (    PointD3D value);
    }
    Remarks
    The coordinate value is relative to the parent. When setting it, also relative transformation could be adjusted.
    See Also