Class View
Implements
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public class View : TableObject, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>
Constructors
| Improve this Doc View SourceView(String)
Initializes a new instance of the View class.
Declaration
public View(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Properties
| Improve this Doc View SourceBackClippingPlane
Declaration
public double BackClippingPlane { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Camera
Declaration
public Vector3 Camera { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Fov
Declaration
public double Fov { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FrontClippingPlane
Declaration
public double FrontClippingPlane { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Height
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Owner
Gets the owner of the actual view.
Declaration
public Views Owner { get; }
Property Value
| Type | Description |
|---|---|
| Views |
Rotation
Declaration
public double Rotation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Target
Declaration
public Vector3 Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Viewmode
Declaration
public ViewModeFlags Viewmode { get; set; }
Property Value
| Type | Description |
|---|---|
| ViewModeFlags |
Width
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
| Improve this Doc View SourceClone()
Creates a new View that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A new View that is a copy of this instance. |
Overrides
| Improve this Doc View SourceClone(String)
Creates a new View that is a copy of the current instance.
Declaration
public override TableObject Clone(string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | newName | View name of the copy. |
Returns
| Type | Description |
|---|---|
| TableObject | A new View that is a copy of this instance. |
Overrides
Implements
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>