|
CadImporterActivate Method |
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.
Namespace: Ab4d.OpenCascadeAssembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax public static void Activate(
Object activationObject
)
Parameters
- activationObject Object
- DXScene (from Ab3d.DXEngine; DXScene must be already initialized) or SceneView a Scene (from Ab4d.SharpEngine; GpuDevice must be already initialized)
See Also