Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / CreateBox Method
Box's width
Box's depth
Box's height
the regeneration tolerance

In This Topic
    CreateBox Method (Solid3D)
    In This Topic
    Creates a box primitive.
    Syntax
    'Declaration
     
    Public Shared Function CreateBox( _
       ByVal width As Double, _
       ByVal depth As Double, _
       ByVal height As Double, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public static Solid3D CreateBox( 
       double width,
       double depth,
       double height,
       double tolerance
    )

    Parameters

    width
    Box's width
    depth
    Box's depth
    height
    Box's height
    tolerance
    the regeneration tolerance

    Return Value

    The resulting Solid3D object.
    See Also