C# Class CascadeSharp.TKGeomAlgo.Geom2dAPI.Geom2dAPI_ProjectPointOnCurve

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Distance() public method

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

Geom2dAPI_ProjectPointOnCurve() public method

public Geom2dAPI_ProjectPointOnCurve ( ) : System
return System

Geom2dAPI_ProjectPointOnCurve() public method

public Geom2dAPI_ProjectPointOnCurve ( Geom2dAPI_ProjectPointOnCurve parameter1 ) : System
parameter1 Geom2dAPI_ProjectPointOnCurve
return System

Geom2dAPI_ProjectPointOnCurve() public method

public Geom2dAPI_ProjectPointOnCurve ( gp_Pnt2d P, Geom2d_Curve Curve ) : System
P gp_Pnt2d
Curve Geom2d_Curve
return System

Geom2dAPI_ProjectPointOnCurve() public method

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

Init() public method

public Init ( gp_Pnt2d P, Geom2d_Curve Curve ) : void
P gp_Pnt2d
Curve Geom2d_Curve
return void

Init() public method

public Init ( gp_Pnt2d P, Geom2d_Curve Curve, double Umin, double Usup ) : void
P gp_Pnt2d
Curve Geom2d_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_Pnt2d
return gp_Pnt2d

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

Point() public method

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