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

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

공개 메소드들

메소드 설명
Direction ( ) : gp_Vec
Direction2d ( ) : gp_Vec2d
IntSurf_InteriorPoint ( ) : System
IntSurf_InteriorPoint ( IntSurf_InteriorPoint parameter1 ) : System
IntSurf_InteriorPoint ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : System
Parameters ( double &U, double &V ) : void
SetValue ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : void
UParameter ( ) : double
VParameter ( ) : double
Value ( ) : gp_Pnt

메소드 상세

Direction() 공개 메소드

public Direction ( ) : gp_Vec
리턴 gp_Vec

Direction2d() 공개 메소드

public Direction2d ( ) : gp_Vec2d
리턴 gp_Vec2d

IntSurf_InteriorPoint() 공개 메소드

public IntSurf_InteriorPoint ( ) : System
리턴 System

IntSurf_InteriorPoint() 공개 메소드

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

IntSurf_InteriorPoint() 공개 메소드

public IntSurf_InteriorPoint ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : System
P gp_Pnt
U double
V double
Direc gp_Vec
Direc2d gp_Vec2d
리턴 System

Parameters() 공개 메소드

public Parameters ( double &U, double &V ) : void
U double
V double
리턴 void

SetValue() 공개 메소드

public SetValue ( gp_Pnt P, double U, double V, gp_Vec Direc, gp_Vec2d Direc2d ) : void
P gp_Pnt
U double
V double
Direc gp_Vec
Direc2d gp_Vec2d
리턴 void

UParameter() 공개 메소드

public UParameter ( ) : double
리턴 double

VParameter() 공개 메소드

public VParameter ( ) : double
리턴 double

Value() 공개 메소드

public Value ( ) : gp_Pnt
리턴 gp_Pnt