C# Class CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI_ProjectPointOnCurve

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Distance() public méthode

public Distance ( int Index ) : double
Index int
Résultat double

Extrema() public méthode

public Extrema ( ) : Extrema_ExtPC
Résultat Extrema_ExtPC

GeomAPI_ProjectPointOnCurve() public méthode

public GeomAPI_ProjectPointOnCurve ( ) : System
Résultat System

GeomAPI_ProjectPointOnCurve() public méthode

public GeomAPI_ProjectPointOnCurve ( GeomAPI_ProjectPointOnCurve parameter1 ) : System
parameter1 GeomAPI_ProjectPointOnCurve
Résultat System

GeomAPI_ProjectPointOnCurve() public méthode

public GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve ) : System
P gp_Pnt
Curve Geom_Curve
Résultat System

GeomAPI_ProjectPointOnCurve() public méthode

public GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : System
P gp_Pnt
Curve Geom_Curve
Umin double
Usup double
Résultat System

Init() public méthode

public Init ( Geom_Curve Curve, double Umin, double Usup ) : void
Curve Geom_Curve
Umin double
Usup double
Résultat void

Init() public méthode

public Init ( gp_Pnt P, Geom_Curve Curve ) : void
P gp_Pnt
Curve Geom_Curve
Résultat void

Init() public méthode

public Init ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : void
P gp_Pnt
Curve Geom_Curve
Umin double
Usup double
Résultat void

LowerDistance() public méthode

public LowerDistance ( ) : double
Résultat double

LowerDistanceParameter() public méthode

public LowerDistanceParameter ( ) : double
Résultat double

NbPoints() public méthode

public NbPoints ( ) : int
Résultat int

NearestPoint() public méthode

public NearestPoint ( ) : gp_Pnt
Résultat gp_Pnt

Parameter() public méthode

public Parameter ( int Index ) : double
Index int
Résultat double

Parameter() public méthode

public Parameter ( int Index, double &U ) : void
Index int
U double
Résultat void

Perform() public méthode

public Perform ( gp_Pnt P ) : void
P gp_Pnt
Résultat void

Point() public méthode

public Point ( int Index ) : gp_Pnt
Index int
Résultat gp_Pnt