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

In This Topic
    PostProcess Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub PostProcess( _
       ByVal verticesOnPlane() As Point3D, _
       ByVal halfDistance As Double _
    ) 
    protected void PostProcess( 
       Point3D[] verticesOnPlane,
       double halfDistance
    )

    Parameters

    verticesOnPlane
    halfDistance
    See Also