Method |
Description |
|
Add ( Bnd_B2f theBox ) : void |
|
|
Add ( gp_Pnt2d thePnt ) : void |
|
|
Add ( gp_XY thePnt ) : void |
|
|
Bnd_B2f ( ) : System |
|
|
Bnd_B2f ( Bnd_B2f parameter1 ) : System |
|
|
Bnd_B2f ( gp_XY theCenter, gp_XY theHSize ) : System |
|
|
Clear ( ) : void |
|
|
CornerMax ( ) : gp_XY |
|
|
CornerMin ( ) : gp_XY |
|
|
Enlarge ( double theDiff ) : void |
|
|
IsIn ( Bnd_B2f theBox ) : bool |
|
|
IsIn ( Bnd_B2f theBox, gp_Trsf2d theTrsf ) : bool |
|
|
IsOut ( Bnd_B2f theOtherBox ) : bool |
|
|
IsOut ( Bnd_B2f theOtherBox, gp_Trsf2d theTrsf ) : bool |
|
|
IsOut ( gp_Ax2d theLine ) : bool |
|
|
IsOut ( gp_XY thePnt ) : bool |
|
|
IsOut ( gp_XY theCenter, double theRadius ) : bool |
|
|
IsOut ( gp_XY theCenter, double theRadius, bool _isCircleHollow ) : bool |
|
|
IsOut ( gp_XY theP0, gp_XY theP1 ) : bool |
|
|
IsVoid ( ) : bool |
|
|
Limit ( Bnd_B2f theOtherBox ) : bool |
|
|
SetCenter ( gp_XY theCenter ) : void |
|
|
SetHSize ( gp_XY theHSize ) : void |
|
|
SquareExtent ( ) : double |
|
|
Transformed ( gp_Trsf2d theTrsf ) : Bnd_B2f |
|
|