Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / CreateBox Method / CreateBox(Double,Double,Double) Method
Box's width
Box's depth
Box's height

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

    Parameters

    width
    Box's width
    depth
    Box's depth
    height
    Box's height

    Return Value

    The created mesh.
    See Also