Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / CreatePlanar Method / CreatePlanar(Plane,Point3D,Point3D) Method
The plane (determines the surface orientation)
First corner (also determines surface distance from the world origin)
Second corner (determines surface width and height)

In This Topic
    CreatePlanar(Plane,Point3D,Point3D) Method
    In This Topic
    Creates a planar rectangular surface parallel to the specified plane.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreatePlanar( _
       ByVal pln As Plane, _
       ByVal bottomLeft As Point3D, _
       ByVal topRight As Point3D _
    ) As PlanarSurface
    public static PlanarSurface CreatePlanar( 
       Plane pln,
       Point3D bottomLeft,
       Point3D topRight
    )

    Parameters

    pln
    The plane (determines the surface orientation)
    bottomLeft
    First corner (also determines surface distance from the world origin)
    topRight
    Second corner (determines surface width and height)
    See Also