![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
A framework to display infinite planes. More...
#include <StdPrs_Plane.hxx>

Static Public Member Functions | |
| static void | Add (const occ::handle< Prs3d_Presentation > &aPresentation, const Adaptor3d_Surface &aPlane, const occ::handle< Prs3d_Drawer > &aDrawer) |
| Defines display of infinite planes. The infinite plane aPlane is added to the display aPresentation, and the attributes of the display are defined by the attribute manager aDrawer. | |
| static bool | Match (const double X, const double Y, const double Z, const double aDistance, const Adaptor3d_Surface &aPlane, const occ::handle< Prs3d_Drawer > &aDrawer) |
| returns true if the distance between the point (X,Y,Z) and the plane is less than aDistance. | |
Static Public Member Functions inherited from Prs3d_Root | |
| called static instead occ::handle< Graphic3d_Group > | CurrentGroup (const occ::handle< Prs3d_Presentation > &thePrs3d) |
| static instead occ::handle< Graphic3d_Group > | NewGroup (const occ::handle< Prs3d_Presentation > &thePrs3d) |
A framework to display infinite planes.
|
static |
Defines display of infinite planes. The infinite plane aPlane is added to the display aPresentation, and the attributes of the display are defined by the attribute manager aDrawer.
|
static |
returns true if the distance between the point (X,Y,Z) and the plane is less than aDistance.