C# Class CascadeSharp.TKGeomBase.GCPnts.GCPnts_DistFunction

Inheritance: math_Function
ファイルを表示 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GCPnts_DistFunction ( ) : System
GCPnts_DistFunction ( Adaptor3d_Curve theCurve, double U1, double U2 ) : System
GCPnts_DistFunction ( GCPnts_DistFunction theOther ) : System
Value ( double X, double &F ) : bool

Method Details

GCPnts_DistFunction() public method

public GCPnts_DistFunction ( ) : System
return System

GCPnts_DistFunction() public method

public GCPnts_DistFunction ( Adaptor3d_Curve theCurve, double U1, double U2 ) : System
theCurve Adaptor3d_Curve
U1 double
U2 double
return System

GCPnts_DistFunction() public method

public GCPnts_DistFunction ( GCPnts_DistFunction theOther ) : System
theOther GCPnts_DistFunction
return System

Value() public method

public Value ( double X, double &F ) : bool
X double
F double
return bool