Share

View.ExtentsInView Method

Description

Returns true if the bounding box defined by minPoint and maxPoint is at least partially visible in the view frustum of the current View object.

minPoint should represent the corner of the box that is defined by the three smallest component values. maxPoint should represent the corner of the box that is defined by the three largest component values.

Visual Basic

Public Function ExtentsInView(
    minPoint As Point3d, 
    maxPoint As Point3d
) As bool

C#

public bool ExtentsInView(
    Point3d minPoint, 
    Point3d maxPoint
);

Parameters

Parameters Description
Point3d minPoint Input WCS point of the corner of the bounding box extents.
Point3d maxPoint Input WCS point of the corner of the bounding box extents.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?