Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PlanarSurf Class / PlanarSurf Constructor / PlanarSurf Constructor(Point3D,Vector3D,Vector3D,Int32)
A 3D point representing the plane origin
A 3D vector representing the plane normal
A 3D vector representing the plane X axis
The surface index, when available from import of standard CAD file formats.

In This Topic
    PlanarSurf Constructor(Point3D,Vector3D,Vector3D,Int32)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal location As Point3D, _
       ByVal normal As Vector3D, _
       ByVal refDir As Vector3D, _
       Optional ByVal index As Integer _
    )
    public PlanarSurf( 
       Point3D location,
       Vector3D normal,
       Vector3D refDir,
       int index
    )

    Parameters

    location
    A 3D point representing the plane origin
    normal
    A 3D vector representing the plane normal
    refDir
    A 3D vector representing the plane X axis
    index
    The surface index, when available from import of standard CAD file formats.
    See Also