C# Class CascadeSharp.TKMath.Bnd.Bnd_B2f

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( Bnd_B2f theBox ) : void
theBox Bnd_B2f
Résultat void

Add() public méthode

public Add ( gp_Pnt2d thePnt ) : void
thePnt gp_Pnt2d
Résultat void

Add() public méthode

public Add ( gp_XY thePnt ) : void
thePnt gp_XY
Résultat void

Bnd_B2f() public méthode

public Bnd_B2f ( ) : System
Résultat System

Bnd_B2f() public méthode

public Bnd_B2f ( Bnd_B2f parameter1 ) : System
parameter1 Bnd_B2f
Résultat System

Bnd_B2f() public méthode

public Bnd_B2f ( gp_XY theCenter, gp_XY theHSize ) : System
theCenter gp_XY
theHSize gp_XY
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

CornerMax() public méthode

public CornerMax ( ) : gp_XY
Résultat gp_XY

CornerMin() public méthode

public CornerMin ( ) : gp_XY
Résultat gp_XY

Enlarge() public méthode

public Enlarge ( double theDiff ) : void
theDiff double
Résultat void

IsIn() public méthode

public IsIn ( Bnd_B2f theBox ) : bool
theBox Bnd_B2f
Résultat bool

IsIn() public méthode

public IsIn ( Bnd_B2f theBox, gp_Trsf2d theTrsf ) : bool
theBox Bnd_B2f
theTrsf gp_Trsf2d
Résultat bool

IsOut() public méthode

public IsOut ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
Résultat bool

IsOut() public méthode

public IsOut ( Bnd_B2f theOtherBox, gp_Trsf2d theTrsf ) : bool
theOtherBox Bnd_B2f
theTrsf gp_Trsf2d
Résultat bool

IsOut() public méthode

public IsOut ( gp_Ax2d theLine ) : bool
theLine gp_Ax2d
Résultat bool

IsOut() public méthode

public IsOut ( gp_XY thePnt ) : bool
thePnt gp_XY
Résultat bool

IsOut() public méthode

public IsOut ( gp_XY theCenter, double theRadius ) : bool
theCenter gp_XY
theRadius double
Résultat bool

IsOut() public méthode

public IsOut ( gp_XY theCenter, double theRadius, bool _isCircleHollow ) : bool
theCenter gp_XY
theRadius double
_isCircleHollow bool
Résultat bool

IsOut() public méthode

public IsOut ( gp_XY theP0, gp_XY theP1 ) : bool
theP0 gp_XY
theP1 gp_XY
Résultat bool

IsVoid() public méthode

public IsVoid ( ) : bool
Résultat bool

Limit() public méthode

public Limit ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
Résultat bool

SetCenter() public méthode

public SetCenter ( gp_XY theCenter ) : void
theCenter gp_XY
Résultat void

SetHSize() public méthode

public SetHSize ( gp_XY theHSize ) : void
theHSize gp_XY
Résultat void

SquareExtent() public méthode

public SquareExtent ( ) : double
Résultat double

Transformed() public méthode

public Transformed ( gp_Trsf2d theTrsf ) : Bnd_B2f
theTrsf gp_Trsf2d
Résultat Bnd_B2f