Click or drag to resize
AB4D logo

CadImporterImportStepFile Method

ImportStepFile method reads the step file and returns CadAssembly.

Namespace: Ab4d.OpenCascade
Assembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax
C#
public CadAssembly ImportStepFile(
	string fileName
)

Parameters

fileName  String
file name

Return Value

CadAssembly
Returns a CadAssembly object with data from the imported file.
See Also