CADability dotNET
The ModelView is the three-dimensional presentation of a single Model.

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

Syntax

C#
public class ModelView : IShowPropertyImpl, ICommandHandler, 
	ICondorViewInternal, IView, IActionInputView
Visual Basic
Public Class ModelView _
	Inherits IShowPropertyImpl _
	Implements ICommandHandler, ICondorViewInternal, IView, IActionInputView
Visual C++
public ref class ModelView : public IShowPropertyImpl, 
	ICommandHandler, ICondorViewInternal, IView, IActionInputView

Inheritance Hierarchy

See Also