Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / LinePattern Class / GetPenDowns Method

In This Topic
    GetPenDowns Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub GetPenDowns( _
       ByVal seg As Segment3D, _
       ByVal pattern() As Single, _
       ByVal scale As Single, _
       ByRef penDownList As Segment3D(), _
       ByRef index As Integer, _
       ByRef excess As Double _
    ) 
    protected static void GetPenDowns( 
       Segment3D seg,
       float[] pattern,
       float scale,
       out Segment3D[] penDownList,
       ref int index,
       ref double excess
    )

    Parameters

    seg
    pattern
    scale
    penDownList
    index
    excess
    See Also