C# Класс CascadeSharp.TKMath.Bnd.Bnd_B2f

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Add() публичный Метод

public Add ( Bnd_B2f theBox ) : void
theBox Bnd_B2f
Результат void

Add() публичный Метод

public Add ( gp_Pnt2d thePnt ) : void
thePnt gp_Pnt2d
Результат void

Add() публичный Метод

public Add ( gp_XY thePnt ) : void
thePnt gp_XY
Результат void

Bnd_B2f() публичный Метод

public Bnd_B2f ( ) : System
Результат System

Bnd_B2f() публичный Метод

public Bnd_B2f ( Bnd_B2f parameter1 ) : System
parameter1 Bnd_B2f
Результат System

Bnd_B2f() публичный Метод

public Bnd_B2f ( gp_XY theCenter, gp_XY theHSize ) : System
theCenter gp_XY
theHSize gp_XY
Результат System

Clear() публичный Метод

public Clear ( ) : void
Результат void

CornerMax() публичный Метод

public CornerMax ( ) : gp_XY
Результат gp_XY

CornerMin() публичный Метод

public CornerMin ( ) : gp_XY
Результат gp_XY

Enlarge() публичный Метод

public Enlarge ( double theDiff ) : void
theDiff double
Результат void

IsIn() публичный Метод

public IsIn ( Bnd_B2f theBox ) : bool
theBox Bnd_B2f
Результат bool

IsIn() публичный Метод

public IsIn ( Bnd_B2f theBox, gp_Trsf2d theTrsf ) : bool
theBox Bnd_B2f
theTrsf gp_Trsf2d
Результат bool

IsOut() публичный Метод

public IsOut ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
Результат bool

IsOut() публичный Метод

public IsOut ( Bnd_B2f theOtherBox, gp_Trsf2d theTrsf ) : bool
theOtherBox Bnd_B2f
theTrsf gp_Trsf2d
Результат bool

IsOut() публичный Метод

public IsOut ( gp_Ax2d theLine ) : bool
theLine gp_Ax2d
Результат bool

IsOut() публичный Метод

public IsOut ( gp_XY thePnt ) : bool
thePnt gp_XY
Результат bool

IsOut() публичный Метод

public IsOut ( gp_XY theCenter, double theRadius ) : bool
theCenter gp_XY
theRadius double
Результат bool

IsOut() публичный Метод

public IsOut ( gp_XY theCenter, double theRadius, bool _isCircleHollow ) : bool
theCenter gp_XY
theRadius double
_isCircleHollow bool
Результат bool

IsOut() публичный Метод

public IsOut ( gp_XY theP0, gp_XY theP1 ) : bool
theP0 gp_XY
theP1 gp_XY
Результат bool

IsVoid() публичный Метод

public IsVoid ( ) : bool
Результат bool

Limit() публичный Метод

public Limit ( Bnd_B2f theOtherBox ) : bool
theOtherBox Bnd_B2f
Результат bool

SetCenter() публичный Метод

public SetCenter ( gp_XY theCenter ) : void
theCenter gp_XY
Результат void

SetHSize() публичный Метод

public SetHSize ( gp_XY theHSize ) : void
theHSize gp_XY
Результат void

SquareExtent() публичный Метод

public SquareExtent ( ) : double
Результат double

Transformed() публичный Метод

public Transformed ( gp_Trsf2d theTrsf ) : Bnd_B2f
theTrsf gp_Trsf2d
Результат Bnd_B2f