AcTools.Render.Base.Cameras.InterpolationCamera.Visible C# (CSharp) Method

Visible() public method

public Visible ( BoundingBox box ) : bool
box BoundingBox
return bool
        public bool Visible(BoundingBox box) {
            return _camera?.Visible(box) == true;
        }