C# Class CascadeSharp.TKGeomAlgo.Geom2dGcc.Geom2dGcc_CurveTool

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
D1 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T ) : void
D2 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T, gp_Vec2d N ) : void
D3 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T, gp_Vec2d N, gp_Vec2d dN ) : void
EpsX ( Geom2dAdaptor_Curve C, double Tol ) : double
FirstParameter ( Geom2dAdaptor_Curve C ) : double
Geom2dGcc_CurveTool ( ) : System
Geom2dGcc_CurveTool ( Geom2dGcc_CurveTool parameter1 ) : System
LastParameter ( Geom2dAdaptor_Curve C ) : double
NbSamples ( Geom2dAdaptor_Curve C ) : int
Value ( Geom2dAdaptor_Curve C, double X ) : gp_Pnt2d

Method Details

D1() public method

public D1 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T ) : void
C Geom2dAdaptor_Curve
U double
P gp_Pnt2d
T gp_Vec2d
return void

D2() public method

public D2 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T, gp_Vec2d N ) : void
C Geom2dAdaptor_Curve
U double
P gp_Pnt2d
T gp_Vec2d
N gp_Vec2d
return void

D3() public method

public D3 ( Geom2dAdaptor_Curve C, double U, gp_Pnt2d P, gp_Vec2d T, gp_Vec2d N, gp_Vec2d dN ) : void
C Geom2dAdaptor_Curve
U double
P gp_Pnt2d
T gp_Vec2d
N gp_Vec2d
dN gp_Vec2d
return void

EpsX() public method

public EpsX ( Geom2dAdaptor_Curve C, double Tol ) : double
C Geom2dAdaptor_Curve
Tol double
return double

FirstParameter() public method

public FirstParameter ( Geom2dAdaptor_Curve C ) : double
C Geom2dAdaptor_Curve
return double

Geom2dGcc_CurveTool() public method

public Geom2dGcc_CurveTool ( ) : System
return System

Geom2dGcc_CurveTool() public method

public Geom2dGcc_CurveTool ( Geom2dGcc_CurveTool parameter1 ) : System
parameter1 Geom2dGcc_CurveTool
return System

LastParameter() public method

public LastParameter ( Geom2dAdaptor_Curve C ) : double
C Geom2dAdaptor_Curve
return double

NbSamples() public method

public NbSamples ( Geom2dAdaptor_Curve C ) : int
C Geom2dAdaptor_Curve
return int

Value() public method

public Value ( Geom2dAdaptor_Curve C, double X ) : gp_Pnt2d
C Geom2dAdaptor_Curve
X double
return gp_Pnt2d