Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / FrustumParams Class / FrustumParams Constructor / FrustumParams Constructor(PlaneEquation[],Segment3D[],displayType,Single,LinePattern,Int32,ViewportLayout,Transformation)
The six frustum planes
The four edges surrounding the selection area
The display mode
The screen to world conversion factor
The line pattern
The maximum number of pattern repetitions allowed between two vertices of a curve
The viewport layout
The transformation to apply to the entities

In This Topic
    FrustumParams Constructor(PlaneEquation[],Segment3D[],displayType,Single,LinePattern,Int32,ViewportLayout,Transformation)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal frustum() As PlaneEquation, _
       ByVal selectionEdges() As Segment3D, _
       ByVal displayMode As displayType, _
       ByVal screenToWorld As Single, _
       ByVal pattern As LinePattern, _
       ByVal maxPatternRepetitions As Integer, _
       ByVal viewportLayout As ViewportLayout, _
       ByVal transformation As Transformation _
    )

    Parameters

    frustum
    The six frustum planes
    selectionEdges
    The four edges surrounding the selection area
    displayMode
    The display mode
    screenToWorld
    The screen to world conversion factor
    pattern
    The line pattern
    maxPatternRepetitions
    The maximum number of pattern repetitions allowed between two vertices of a curve
    viewportLayout
    The viewport layout
    transformation
    The transformation to apply to the entities
    See Also