Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / HiddenLinesView.Segment Class / HiddenLinesView.Segment Constructor
The X value of start point
The Y value of start point
The X value of end point
The Y value of end point
The entity the segment belongs to
The nested devDept.Eyeshot.Entities.BlockReference parents chain

In This Topic
    HiddenLinesView.Segment Constructor
    In This Topic
    Individual coordinates constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x0 As Double, _
       ByVal y0 As Double, _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal entity As Entity, _
       ByVal parents As Stack(Of BlockReference) _
    )
    public HiddenLinesView.Segment( 
       double x0,
       double y0,
       double x1,
       double y1,
       Entity entity,
       Stack<BlockReference> parents
    )

    Parameters

    x0
    The X value of start point
    y0
    The Y value of start point
    x1
    The X value of end point
    y1
    The Y value of end point
    entity
    The entity the segment belongs to
    parents
    The nested devDept.Eyeshot.Entities.BlockReference parents chain
    See Also