C# 클래스 CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI_ProjectPointOnCurve

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

공개 메소드들

메소드 설명
Distance ( int Index ) : double
Extrema ( ) : Extrema_ExtPC
GeomAPI_ProjectPointOnCurve ( ) : System
GeomAPI_ProjectPointOnCurve ( GeomAPI_ProjectPointOnCurve parameter1 ) : System
GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve ) : System
GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : System
Init ( Geom_Curve Curve, double Umin, double Usup ) : void
Init ( gp_Pnt P, Geom_Curve Curve ) : void
Init ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : void
LowerDistance ( ) : double
LowerDistanceParameter ( ) : double
NbPoints ( ) : int
NearestPoint ( ) : gp_Pnt
Parameter ( int Index ) : double
Parameter ( int Index, double &U ) : void
Perform ( gp_Pnt P ) : void
Point ( int Index ) : gp_Pnt

메소드 상세

Distance() 공개 메소드

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

Extrema() 공개 메소드

public Extrema ( ) : Extrema_ExtPC
리턴 Extrema_ExtPC

GeomAPI_ProjectPointOnCurve() 공개 메소드

public GeomAPI_ProjectPointOnCurve ( ) : System
리턴 System

GeomAPI_ProjectPointOnCurve() 공개 메소드

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

GeomAPI_ProjectPointOnCurve() 공개 메소드

public GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve ) : System
P gp_Pnt
Curve Geom_Curve
리턴 System

GeomAPI_ProjectPointOnCurve() 공개 메소드

public GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : System
P gp_Pnt
Curve Geom_Curve
Umin double
Usup double
리턴 System

Init() 공개 메소드

public Init ( Geom_Curve Curve, double Umin, double Usup ) : void
Curve Geom_Curve
Umin double
Usup double
리턴 void

Init() 공개 메소드

public Init ( gp_Pnt P, Geom_Curve Curve ) : void
P gp_Pnt
Curve Geom_Curve
리턴 void

Init() 공개 메소드

public Init ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : void
P gp_Pnt
Curve Geom_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_Pnt
리턴 gp_Pnt

Parameter() 공개 메소드

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

Parameter() 공개 메소드

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

Perform() 공개 메소드

public Perform ( gp_Pnt P ) : void
P gp_Pnt
리턴 void

Point() 공개 메소드

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