Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / WriteObjAsLines Method

In This Topic
    WriteObjAsLines Method
    In This Topic
    Write in Obj file format as set of lines connecting vertices.
    Syntax
    'Declaration
     
    Protected Sub WriteObjAsLines( _
       ByRef objectCount As Integer, _
       ByVal objTextWriter As TextWriter, _
       ByRef vCount As Integer, _
       ByRef tcCount As Integer, _
       ByRef nCount As Integer, _
       ByVal mtlTextWriter As TextWriter, _
       ByVal layers As LayerKeyedCollection, _
       ByVal dir As String, _
       ByVal materials As MaterialKeyedCollection, _
       ByVal tol As Double, _
       ByVal maxAngle As Double, _
       ByVal blocks As BlockKeyedCollection _
    ) 
    protected void WriteObjAsLines( 
       ref int objectCount,
       TextWriter objTextWriter,
       ref int vCount,
       ref int tcCount,
       ref int nCount,
       TextWriter mtlTextWriter,
       LayerKeyedCollection layers,
       string dir,
       MaterialKeyedCollection materials,
       double tol,
       double maxAngle,
       BlockKeyedCollection blocks
    )

    Parameters

    objectCount
    objTextWriter
    vCount
    tcCount
    nCount
    mtlTextWriter
    layers
    dir
    materials
    tol
    maxAngle
    blocks
    See Also