Click or drag to resize
AB4D logo

CadImporter Methods

The CadImporter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberActivate Activate must be called to activate the CadImporter. CadImporter can be used only when used with the Ab3d.DXEngine or Ab4d.SharpEngine libraries. When Ab4d.OpenCascade is used with Ab3d.DXEngine, the activationObject needs to be set to a DXScene (DXScene must be already initialized). When Ab4d.OpenCascade is used with Ab4d.SharpEngine, the activationObject needs to be set to a SceneView or a Scene (GpuDevice must be already initialized). If you want to use CadImporter without Ab3d.DXEngine or Ab4d.SharpEngine libraries, contact support.
Public methodImportStepFile ImportStepFile method reads the step file and returns CadAssembly.
Public methodInitialize Initialize can be called to set a custom ImporterSettings.
Top
See Also