CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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: CADabilityAssembly: 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 |