Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / RadialDim Class / PreProcess Method

In This Topic
    PreProcess Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function PreProcess( _
       ByRef dx As Double, _
       ByRef dy As Double _
    ) As Point3D()
    protected Point3D[] PreProcess( 
       out double dx,
       out double dy
    )

    Parameters

    dx
    dy
    See Also