Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Size3D Class / Size3D Constructor / Size3D Constructor(Point3D,Point3D)

In This Topic
    Size3D Constructor(Point3D,Point3D)
    In This Topic
    Two 3D points constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minCorner As Point3D, _
       ByVal maxCorner As Point3D _
    )
    public Size3D( 
       Point3D minCorner,
       Point3D maxCorner
    )

    Parameters

    minCorner
    maxCorner
    See Also