Share

CameraInfo.NearDistance Property

Distance from eye point to near plane of view frustum along the view direction.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double NearDistance { get; }

Property Value

Double

Remarks

This property together with FarDistance determines the depth restrictions of a view frustum.

See Also

Reference

Was this information helpful?