Click or drag to resize

APIimportDXFbytes Method

Import DXF from bytes
REST path: /op/import/dxfstream
REST verb: POST
REST body: buffer

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public bool importDXFbytes(
	byte[] buffer
)

Parameters

buffer  Byte
Byte array to be imported

Return Value

Boolean
Boolean
See Also