ViewportInfo.IsPerspectiveProjection Property

ViewportInfoIsPerspectiveProjection Property

Get or set whether this projection is perspective.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsPerspectiveProjection { get; set; }
Public Property IsPerspectiveProjection As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also