Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Solid3D Constructor / Solid3D Constructor(Point3D[],Edge[],Face[],Face[],Boolean,Double)

In This Topic
    Solid3D Constructor(Point3D[],Edge[],Face[],Face[],Boolean,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal vertices() As Point3D, _
       ByVal edges() As Solid3D.Edge, _
       ByVal faces() As Solid3D.Face, _
       Optional ByVal inners() As Solid3D.Face, _
       Optional ByVal splitEdgesOnSeams As Boolean, _
       Optional ByVal tolerance As Double _
    )
    public Solid3D( 
       Point3D[] vertices,
       Solid3D.Edge[] edges,
       Solid3D.Face[] faces,
       Solid3D.Face[] inners,
       bool splitEdgesOnSeams,
       double tolerance
    )

    Parameters

    vertices
    edges
    faces
    inners
    splitEdgesOnSeams
    tolerance
    See Also