Click or drag to resize

DXFReaderNETControlReadOBJ Method

Read a Wavefront .obj file and add its data to the current drawing.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ReadOBJ(
	string OBJFileName
)

Parameters

OBJFileName
Type: SystemString
The name of the OBJ file to be read with full path.

Return Value

Type: Boolean
True if successful.
See Also