C# 클래스 CascadeSharp.TKMath.Bnd.Bnd_B2f

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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