Eyeshot 10 WPF API Reference
WriteOBJ Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,IDictionary<String,Material>,String,Double,Boolean)

WPF Assembly > devDept.Eyeshot.Translators Namespace > WriteOBJ Class > WriteOBJ Constructor : WriteOBJ Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,IDictionary<String,Material>,String,Double,Boolean)
The entity list
The layer list
The block dictionary
The material dictionary
The file name (with the *.obj extension)
The maximum deviation
When true, only selected entities at root level are written.
Tolerance constructor. The exported model will be regenerated with specified tolerance.
Syntax
'Declaration
 
Public Function New( _
   ByVal entList As IList(Of Entity), _
   ByVal layerList As IEnumerable(Of Layer), _
   ByVal blockDict As IDictionary(Of String,Block), _
   ByVal matDict As IDictionary(Of String,Material), _
   ByVal fileName As String, _
   ByVal deviation As Double, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

entList
The entity list
layerList
The layer list
blockDict
The block dictionary
matDict
The material dictionary
fileName
The file name (with the *.obj extension)
deviation
The maximum deviation
selectedOnly
When true, only selected entities at root level are written.
Remarks
If the file already exists, it will be overwritten.
See Also

Reference

WriteOBJ Class
WriteOBJ Members
Overload List