C# 클래스 CascadeSharp.TKGeomAlgo.Geom2dAPI.Geom2dAPI_ProjectPointOnCurve

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

공개 메소드들

메소드 설명
Distance ( int Index ) : double
Geom2dAPI_ProjectPointOnCurve ( ) : System
Geom2dAPI_ProjectPointOnCurve ( Geom2dAPI_ProjectPointOnCurve parameter1 ) : System
Geom2dAPI_ProjectPointOnCurve ( gp_Pnt2d P, Geom2d_Curve Curve ) : System
Geom2dAPI_ProjectPointOnCurve ( gp_Pnt2d P, Geom2d_Curve Curve, double Umin, double Usup ) : System
Init ( gp_Pnt2d P, Geom2d_Curve Curve ) : void
Init ( gp_Pnt2d P, Geom2d_Curve Curve, double Umin, double Usup ) : void
LowerDistance ( ) : double
LowerDistanceParameter ( ) : double
NbPoints ( ) : int
NearestPoint ( ) : gp_Pnt2d
Parameter ( int Index ) : double
Parameter ( int Index, double &U ) : void
Point ( int Index ) : gp_Pnt2d

메소드 상세

Distance() 공개 메소드

public Distance ( int Index ) : double
Index int
리턴 double

Geom2dAPI_ProjectPointOnCurve() 공개 메소드

public Geom2dAPI_ProjectPointOnCurve ( ) : System
리턴 System

Geom2dAPI_ProjectPointOnCurve() 공개 메소드

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

Geom2dAPI_ProjectPointOnCurve() 공개 메소드

public Geom2dAPI_ProjectPointOnCurve ( gp_Pnt2d P, Geom2d_Curve Curve ) : System
P gp_Pnt2d
Curve Geom2d_Curve
리턴 System

Geom2dAPI_ProjectPointOnCurve() 공개 메소드

public Geom2dAPI_ProjectPointOnCurve ( gp_Pnt2d P, Geom2d_Curve Curve, double Umin, double Usup ) : System
P gp_Pnt2d
Curve Geom2d_Curve
Umin double
Usup double
리턴 System

Init() 공개 메소드

public Init ( gp_Pnt2d P, Geom2d_Curve Curve ) : void
P gp_Pnt2d
Curve Geom2d_Curve
리턴 void

Init() 공개 메소드

public Init ( gp_Pnt2d P, Geom2d_Curve Curve, double Umin, double Usup ) : void
P gp_Pnt2d
Curve Geom2d_Curve
Umin double
Usup double
리턴 void

LowerDistance() 공개 메소드

public LowerDistance ( ) : double
리턴 double

LowerDistanceParameter() 공개 메소드

public LowerDistanceParameter ( ) : double
리턴 double

NbPoints() 공개 메소드

public NbPoints ( ) : int
리턴 int

NearestPoint() 공개 메소드

public NearestPoint ( ) : gp_Pnt2d
리턴 gp_Pnt2d

Parameter() 공개 메소드

public Parameter ( int Index ) : double
Index int
리턴 double

Parameter() 공개 메소드

public Parameter ( int Index, double &U ) : void
Index int
U double
리턴 void

Point() 공개 메소드

public Point ( int Index ) : gp_Pnt2d
Index int
리턴 gp_Pnt2d