Share

AcGsView::pointInView

C++

virtual bool pointInView(
    const AcGePoint3d& pnt
) = 0;

Description

This method returns true if pnt is visible in the view frustum of this object.

Parameters

Parameters Description
pnt Input WCS point to test

Links

AcGsView Class

Was this information helpful?