CADability dotNET
A Layout defines the placement of one or more patches on a paper. A patch is the projection of a model into the two dimensional space with respect to scaling, projection direction, visibility of layers etc. A Layout can be viewed with the LayoutView and can be printed.

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

Syntax

C#
[SerializableAttribute]
public class Layout : ISerializable
Visual Basic
<SerializableAttribute> _
Public Class Layout _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class Layout : ISerializable

Inheritance Hierarchy

System..::..Object
  CADability..::..Layout

See Also