C# 클래스 CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_PntOn2S

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

공개 메소드들

메소드 설명
IntSurf_PntOn2S ( ) : System
IntSurf_PntOn2S ( IntSurf_PntOn2S parameter1 ) : System
IsSame ( IntSurf_PntOn2S theOtherPoint ) : bool
IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D ) : bool
IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D, double theTol2D ) : bool
Parameters ( double &U1, double &V1, double &U2, double &V2 ) : void
ParametersOnS1 ( double &U1, double &V1 ) : void
ParametersOnS2 ( double &U2, double &V2 ) : void
ParametersOnSurface ( bool OnFirst, double &U, double &V ) : void
SetValue ( bool OnFirst, double U, double V ) : void
SetValue ( double U1, double V1, double U2, double V2 ) : void
SetValue ( gp_Pnt Pt ) : void
SetValue ( gp_Pnt Pt, bool OnFirst, double U, double V ) : void
SetValue ( gp_Pnt Pt, double U1, double V1, double U2, double V2 ) : void
Value ( ) : gp_Pnt
ValueOnSurface ( bool OnFirst ) : gp_Pnt2d

메소드 상세

IntSurf_PntOn2S() 공개 메소드

public IntSurf_PntOn2S ( ) : System
리턴 System

IntSurf_PntOn2S() 공개 메소드

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

IsSame() 공개 메소드

public IsSame ( IntSurf_PntOn2S theOtherPoint ) : bool
theOtherPoint IntSurf_PntOn2S
리턴 bool

IsSame() 공개 메소드

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
리턴 bool

IsSame() 공개 메소드

public IsSame ( IntSurf_PntOn2S theOtherPoint, double theTol3D, double theTol2D ) : bool
theOtherPoint IntSurf_PntOn2S
theTol3D double
theTol2D double
리턴 bool

Parameters() 공개 메소드

public Parameters ( double &U1, double &V1, double &U2, double &V2 ) : void
U1 double
V1 double
U2 double
V2 double
리턴 void

ParametersOnS1() 공개 메소드

public ParametersOnS1 ( double &U1, double &V1 ) : void
U1 double
V1 double
리턴 void

ParametersOnS2() 공개 메소드

public ParametersOnS2 ( double &U2, double &V2 ) : void
U2 double
V2 double
리턴 void

ParametersOnSurface() 공개 메소드

public ParametersOnSurface ( bool OnFirst, double &U, double &V ) : void
OnFirst bool
U double
V double
리턴 void

SetValue() 공개 메소드

public SetValue ( bool OnFirst, double U, double V ) : void
OnFirst bool
U double
V double
리턴 void

SetValue() 공개 메소드

public SetValue ( double U1, double V1, double U2, double V2 ) : void
U1 double
V1 double
U2 double
V2 double
리턴 void

SetValue() 공개 메소드

public SetValue ( gp_Pnt Pt ) : void
Pt gp_Pnt
리턴 void

SetValue() 공개 메소드

public SetValue ( gp_Pnt Pt, bool OnFirst, double U, double V ) : void
Pt gp_Pnt
OnFirst bool
U double
V double
리턴 void

SetValue() 공개 메소드

public SetValue ( gp_Pnt Pt, double U1, double V1, double U2, double V2 ) : void
Pt gp_Pnt
U1 double
V1 double
U2 double
V2 double
리턴 void

Value() 공개 메소드

public Value ( ) : gp_Pnt
리턴 gp_Pnt

ValueOnSurface() 공개 메소드

public ValueOnSurface ( bool OnFirst ) : gp_Pnt2d
OnFirst bool
리턴 gp_Pnt2d