CADability dotNET
The main Control used to display CAD models and optionally display the user interface to manipulate the CAD model. Simply place this control on a Windows.Form. Use ShowControlCenter, ShowToolBars and ShowMenu to activate or inactivate the user interface. Use ShowFile(String, String) to display a CAD file. The Frame property provides access to many more properties and methods to control the display and the menipulation of the CAD data.

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

Syntax

C#
public class CADControl : Control
Visual Basic
Public Class CADControl _
	Inherits Control
Visual C++
public ref class CADControl : public Control

Inheritance Hierarchy

See Also