CADability dotNET
Export the project in one of the following formats: dxf, dwg, iges, step, vrml, stl, sat and xt (sat and xt must be licensed seperately)

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool Export(
	string fileName,
	string format
)
Visual Basic
Public Function Export ( _
	fileName As String, _
	format As String _
) As Boolean
Visual C++
public:
bool Export(
	String^ fileName, 
	String^ format
)

Parameters

fileName
Type: System..::..String
Path and filename for the generated output file
format
Type: System..::..String
Format, one of the strings: dxf, dwg, iges, step, vrml, stl, sat, xt

Return Value

true on success

See Also