C# Class CascadeSharp.TKMath.Bnd.Bnd_B2f

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( Bnd_B2f theBox ) : void
theBox Bnd_B2f
return void

Add() public method

public Add ( gp_Pnt2d thePnt ) : void
thePnt gp_Pnt2d
return void

Add() public method

public Add ( gp_XY thePnt ) : void
thePnt gp_XY
return void

Bnd_B2f() public method

public Bnd_B2f ( ) : System
return System

Bnd_B2f() public method

public Bnd_B2f ( Bnd_B2f parameter1 ) : System
parameter1 Bnd_B2f
return System

Bnd_B2f() public method

public Bnd_B2f ( gp_XY theCenter, gp_XY theHSize ) : System
theCenter gp_XY
theHSize gp_XY
return System

Clear() public method

public Clear ( ) : void
return void

CornerMax() public method

public CornerMax ( ) : gp_XY
return gp_XY

CornerMin() public method

public CornerMin ( ) : gp_XY
return gp_XY

Enlarge() public method

public Enlarge ( double theDiff ) : void
theDiff double
return void

IsIn() public method

public IsIn ( Bnd_B2f theBox ) : bool
theBox Bnd_B2f
return bool

IsIn() public method

public IsIn ( Bnd_B2f theBox, gp_Trsf2d theTrsf ) : bool
theBox Bnd_B2f
theTrsf gp_Trsf2d
return bool

IsOut() public method

public IsOut ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
return bool

IsOut() public method

public IsOut ( Bnd_B2f theOtherBox, gp_Trsf2d theTrsf ) : bool
theOtherBox Bnd_B2f
theTrsf gp_Trsf2d
return bool

IsOut() public method

public IsOut ( gp_Ax2d theLine ) : bool
theLine gp_Ax2d
return bool

IsOut() public method

public IsOut ( gp_XY thePnt ) : bool
thePnt gp_XY
return bool

IsOut() public method

public IsOut ( gp_XY theCenter, double theRadius ) : bool
theCenter gp_XY
theRadius double
return bool

IsOut() public method

public IsOut ( gp_XY theCenter, double theRadius, bool _isCircleHollow ) : bool
theCenter gp_XY
theRadius double
_isCircleHollow bool
return bool

IsOut() public method

public IsOut ( gp_XY theP0, gp_XY theP1 ) : bool
theP0 gp_XY
theP1 gp_XY
return bool

IsVoid() public method

public IsVoid ( ) : bool
return bool

Limit() public method

public Limit ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
return bool

SetCenter() public method

public SetCenter ( gp_XY theCenter ) : void
theCenter gp_XY
return void

SetHSize() public method

public SetHSize ( gp_XY theHSize ) : void
theHSize gp_XY
return void

SquareExtent() public method

public SquareExtent ( ) : double
return double

Transformed() public method

public Transformed ( gp_Trsf2d theTrsf ) : Bnd_B2f
theTrsf gp_Trsf2d
return Bnd_B2f