|
CadImporterImportStepFile Method |
ImportStepFile method reads the step file and returns CadAssembly.
Namespace: Ab4d.OpenCascadeAssembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax public CadAssembly ImportStepFile(
string fileName
)
Parameters
- fileName String
- file name
Return Value
CadAssemblyReturns a CadAssembly object with data from the imported file.
See Also