C# Класс CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI_ProjectPointOnCurve

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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