Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / GetArrowHeadTriangles Method

In This Topic
    GetArrowHeadTriangles Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetArrowHeadTriangles( _
       ByVal arrowHead As arrowheadType, _
       ByVal transf As Transformation, _
       ByVal reverse As Boolean _
    ) As Point3D()
    protected Point3D[] GetArrowHeadTriangles( 
       arrowheadType arrowHead,
       Transformation transf,
       bool reverse
    )

    Parameters

    arrowHead
    transf
    reverse
    See Also