Method |
Description |
|
Add ( Bnd_B3d theBox ) : void |
|
|
Add ( gp_Pnt thePnt ) : void |
|
|
Add ( gp_XYZ thePnt ) : void |
|
|
Bnd_B3d ( ) : System |
|
|
Bnd_B3d ( Bnd_B3d parameter1 ) : System |
|
|
Bnd_B3d ( gp_XYZ theCenter, gp_XYZ theHSize ) : System |
|
|
Clear ( ) : void |
|
|
CornerMax ( ) : gp_XYZ |
|
|
CornerMin ( ) : gp_XYZ |
|
|
Enlarge ( double theDiff ) : void |
|
|
IsIn ( Bnd_B3d theBox ) : bool |
|
|
IsIn ( Bnd_B3d theBox, gp_Trsf theTrsf ) : bool |
|
|
IsOut ( Bnd_B3d theOtherBox ) : bool |
|
|
IsOut ( Bnd_B3d theOtherBox, gp_Trsf theTrsf ) : bool |
|
|
IsOut ( gp_Ax1 theLine ) : bool |
|
|
IsOut ( gp_Ax1 theLine, bool _isRay ) : bool |
|
|
IsOut ( gp_Ax1 theLine, bool _isRay, double theOverthickness ) : bool |
|
|
IsOut ( gp_Ax3 thePlane ) : bool |
|
|
IsOut ( gp_XYZ thePnt ) : bool |
|
|
IsOut ( gp_XYZ theCenter, double theRadius ) : bool |
|
|
IsOut ( gp_XYZ theCenter, double theRadius, bool _isSphereHollow ) : bool |
|
|
IsVoid ( ) : bool |
|
|
Limit ( Bnd_B3d theOtherBox ) : bool |
|
|
SetCenter ( gp_XYZ theCenter ) : void |
|
|
SetHSize ( gp_XYZ theHSize ) : void |
|
|
SquareExtent ( ) : double |
|
|
Transformed ( gp_Trsf theTrsf ) : Bnd_B3d |
|
|