C# Class CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI_ProjectPointOnCurve

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public Distance ( int Index ) : double
Index int
return double

Extrema() public method

public Extrema ( ) : Extrema_ExtPC
return Extrema_ExtPC

GeomAPI_ProjectPointOnCurve() public method

public GeomAPI_ProjectPointOnCurve ( ) : System
return System

GeomAPI_ProjectPointOnCurve() public method

public GeomAPI_ProjectPointOnCurve ( GeomAPI_ProjectPointOnCurve parameter1 ) : System
parameter1 GeomAPI_ProjectPointOnCurve
return System

GeomAPI_ProjectPointOnCurve() public method

public GeomAPI_ProjectPointOnCurve ( gp_Pnt P, Geom_Curve Curve ) : System
P gp_Pnt
Curve Geom_Curve
return System

GeomAPI_ProjectPointOnCurve() public method

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

Init() public method

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

Init() public method

public Init ( gp_Pnt P, Geom_Curve Curve ) : void
P gp_Pnt
Curve Geom_Curve
return void

Init() public method

public Init ( gp_Pnt P, Geom_Curve Curve, double Umin, double Usup ) : void
P gp_Pnt
Curve Geom_Curve
Umin double
Usup double
return void

LowerDistance() public method

public LowerDistance ( ) : double
return double

LowerDistanceParameter() public method

public LowerDistanceParameter ( ) : double
return double

NbPoints() public method

public NbPoints ( ) : int
return int

NearestPoint() public method

public NearestPoint ( ) : gp_Pnt
return gp_Pnt

Parameter() public method

public Parameter ( int Index ) : double
Index int
return double

Parameter() public method

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

Perform() public method

public Perform ( gp_Pnt P ) : void
P gp_Pnt
return void

Point() public method

public Point ( int Index ) : gp_Pnt
Index int
return gp_Pnt