Import a mesh file

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxDependencyObject ImportMesh(
	string fileName,
	Gwx3DImportOptions options,
	out bool importComplete
)
Visual Basic
Public Function ImportMesh ( _
	fileName As String, _
	options As Gwx3DImportOptions, _
	<OutAttribute> ByRef importComplete As Boolean _
) As GwxDependencyObject
JScript
public function ImportMesh(
	fileName : String, 
	options : Gwx3DImportOptions, 
	importComplete : boolean
) : GwxDependencyObject

Parameters

fileName
Type: System..::..String
the name of the mesh file to import
options
Type: Ico.Gwx..::..Gwx3DImportOptions
Import options.
importComplete
Type: System..::..Boolean%
Returns true if the import completed sucessfully and false if some of the primitives were left out (used by DWG mainly).

Return Value

true if the mesh has been successfully imported

See Also