Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Face Class / Solid3D.Face Constructor / Solid3D.Face Constructor(AnalyticSurf,Loop[],Boolean,Nullable<Color>)
The analytic surface
The trim loop array
The face sense
The face Color (overrides the entity color and material)

In This Topic
    Solid3D.Face Constructor(AnalyticSurf,Loop[],Boolean,Nullable<Color>)
    In This Topic
    Faces and loops constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal surface As AnalyticSurf, _
       ByVal loops() As Solid3D.Loop, _
       Optional ByVal sense As Boolean, _
       Optional ByVal color As Nullable(Of Color) _
    )
    public Solid3D.Face( 
       AnalyticSurf surface,
       Solid3D.Loop[] loops,
       bool sense,
       Nullable<Color> color
    )

    Parameters

    surface
    The analytic surface
    loops
    The trim loop array
    sense
    The face sense
    color
    The face Color (overrides the entity color and material)
    See Also