Show / Hide Table of Contents

Class Environment.Scene.Camera.View

Inheritance
System.Object
Environment.Scene.Camera.View
Implements
IView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
[Serializable]
[TypeConverter(typeof(ObjectConverter))]
public class View : IView

Properties

Attitude

Declaration
[Display(Order = 0, GroupName = "Orientation")]
[PropertyOrder(3)]
[TypeConverter(typeof(Degrees))]
public double Attitude { get; set; }
Property Value
Type Description
System.Double

FieldOfView

Declaration
[Display(Order = 0, GroupName = "Orientation")]
[PropertyOrder(4)]
[TypeConverter(typeof(Degrees))]
public double FieldOfView { get; set; }
Property Value
Type Description
System.Double

Heading

Declaration
[Display(Order = 0, GroupName = "Orientation")]
[PropertyOrder(4)]
[TypeConverter(typeof(Degrees))]
public double Heading { get; set; }
Property Value
Type Description
System.Double

Name

Declaration
[Display(Order = 0, GroupName = "Identification")]
[PropertyOrder(0)]
public string Name { get; set; }
Property Value
Type Description
System.String

Orthogonal

Declaration
[Display(Order = 0, GroupName = "Projection")]
[PropertyOrder(1)]
public bool Orthogonal { get; set; }
Property Value
Type Description
System.Boolean

Target

Declaration
[Display(Order = 0, GroupName = "Target")]
[PropertyOrder(1)]
[TypeConverter(typeof(Vector3MeterToMillimeter))]
public Vector3 Target { get; set; }
Property Value
Type Description
System.Numerics.Vector3

TargetDistance

Declaration
[Display(Order = 0, GroupName = "Target")]
[PropertyOrder(2)]
[TypeConverter(typeof(FloatMeterToMillimeter))]
public double TargetDistance { get; set; }
Property Value
Type Description
System.Double

Methods

Clear()

Declaration
public static void Clear()

Export(String)

Declaration
public static void Export(string filename)
Parameters
Type Name Description
System.String filename

Import(String)

Declaration
public static void Import(string filename)
Parameters
Type Name Description
System.String filename

Implements

IView
Back to top Generated by DocFX