Eyeshot 10 WinForms API Reference
AddToScene(ViewportLayout,String) Method

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadOBJ Class > AddToScene Method : AddToScene(ViewportLayout,String) Method
The Viewport used to add entities and materials
The destination layer name
Adds entities and materials, read from the OBJ file, to the Viewport.
Syntax
'Declaration
 
Public Overloads Overrides Sub AddToScene( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal layerName As String _
) 
public override void AddToScene( 
   ViewportLayout viewportLayout,
   string layerName
)

Parameters

viewportLayout
The Viewport used to add entities and materials
layerName
The destination layer name
See Also

Reference

ReadOBJ Class
ReadOBJ Members
Overload List