Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Ruled Method
the bottom surface to connect
the top surface to connect
the regeneration tolerance

In This Topic
    Ruled Method (Solid3D)
    In This Topic
    Create a Solid3D connecting linearly two surfaces.
    Syntax
    'Declaration
     
    Public Shared Function Ruled( _
       ByVal bottom As Surface, _
       ByVal top As Surface, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public static Solid3D Ruled( 
       Surface bottom,
       Surface top,
       double tolerance
    )

    Parameters

    bottom
    the bottom surface to connect
    top
    the top surface to connect
    tolerance
    the regeneration tolerance

    Return Value

    The resulting Solid3D object.
    Remarks
    The two surfaces must have the same orientation, with the normal of the first one pointing towards the inside of the resulting solid3D, and the same number of curves in the same order. The two surfaces should not have collapsed edges.
    See Also