C# 클래스 CascadeSharp.TKGeomAlgo.IntPolyh.IntPolyh_Couple

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

공개 메소드들

메소드 설명
Angle ( ) : double
Dump ( int v ) : void
FirstValue ( ) : int
HashCode ( int theUpperBound ) : int
IntPolyh_Couple ( ) : System
IntPolyh_Couple ( IntPolyh_Couple parameter1 ) : System
IntPolyh_Couple ( int theTriangle1, int theTriangle2 ) : System
IntPolyh_Couple ( int theTriangle1, int theTriangle2, double theAngle ) : System
IsAnalyzed ( ) : bool
IsEqual ( IntPolyh_Couple theOther ) : bool
SecondValue ( ) : int
SetAnalyzed ( bool theAnalyzed ) : void
SetAngle ( double theAngle ) : void
SetCoupleValue ( int theInd1, int theInd2 ) : void

메소드 상세

Angle() 공개 메소드

public Angle ( ) : double
리턴 double

Dump() 공개 메소드

public Dump ( int v ) : void
v int
리턴 void

FirstValue() 공개 메소드

public FirstValue ( ) : int
리턴 int

HashCode() 공개 메소드

public HashCode ( int theUpperBound ) : int
theUpperBound int
리턴 int

IntPolyh_Couple() 공개 메소드

public IntPolyh_Couple ( ) : System
리턴 System

IntPolyh_Couple() 공개 메소드

public IntPolyh_Couple ( IntPolyh_Couple parameter1 ) : System
parameter1 IntPolyh_Couple
리턴 System

IntPolyh_Couple() 공개 메소드

public IntPolyh_Couple ( int theTriangle1, int theTriangle2 ) : System
theTriangle1 int
theTriangle2 int
리턴 System

IntPolyh_Couple() 공개 메소드

public IntPolyh_Couple ( int theTriangle1, int theTriangle2, double theAngle ) : System
theTriangle1 int
theTriangle2 int
theAngle double
리턴 System

IsAnalyzed() 공개 메소드

public IsAnalyzed ( ) : bool
리턴 bool

IsEqual() 공개 메소드

public IsEqual ( IntPolyh_Couple theOther ) : bool
theOther IntPolyh_Couple
리턴 bool

SecondValue() 공개 메소드

public SecondValue ( ) : int
리턴 int

SetAnalyzed() 공개 메소드

public SetAnalyzed ( bool theAnalyzed ) : void
theAnalyzed bool
리턴 void

SetAngle() 공개 메소드

public SetAngle ( double theAngle ) : void
theAngle double
리턴 void

SetCoupleValue() 공개 메소드

public SetCoupleValue ( int theInd1, int theInd2 ) : void
theInd1 int
theInd2 int
리턴 void