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

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

Parameters

viewportLayout
The Viewport used to add entities and materials
layerIndex
The destination layer index
See Also

Reference

ReadOBJ Class
ReadOBJ Members
Overload List