C++
bool getPlaneBoundaryAt( const AcGeMatrix3d& viewXform, const AcGePoint3d& pickPt, AcGePoint3dArray& arrPlaneVertices );
Description
Finds any plane at the specified view coordinate. This method will return true if it finds a plane. The output is an array of plane boundary vertices.
Parameters
| Parameters | Description |
|---|---|
| viewXform | Matrix that transforms coordinates from WCS to DCS |
| pickPt | Input point in world coordinates. |
| arrPlaneVertices | The array of plane boundary vertices to which to append points. |
Returns
Returns true if successfully, otherwise, return false.