C# Class CascadeSharp.TKGeomAlgo.GeomFill.GeomFill_DegeneratedBound

Inheritance: CascadeSharp.TKGeomAlgo.GeomFill.GeomFill_Boundary
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Bounds ( double &First, double &Last ) : void
D1 ( double U, gp_Pnt P, gp_Vec V ) : void
GeomFill_DegeneratedBound ( ) : System
GeomFill_DegeneratedBound ( GeomFill_DegeneratedBound parameter1 ) : System
GeomFill_DegeneratedBound ( gp_Pnt Point, double First, double Last, double Tol3d, double Tolang ) : System
IsDegenerated ( ) : bool
Reparametrize ( double First, double Last, bool HasDF, bool HasDL, double DF, double DL, bool Rev ) : void
Value ( double U ) : gp_Pnt
get_type_name ( ) : char

Method Details

Bounds() public method

public Bounds ( double &First, double &Last ) : void
First double
Last double
return void

D1() public method

public D1 ( double U, gp_Pnt P, gp_Vec V ) : void
U double
P gp_Pnt
V gp_Vec
return void

GeomFill_DegeneratedBound() public method

public GeomFill_DegeneratedBound ( ) : System
return System

GeomFill_DegeneratedBound() public method

public GeomFill_DegeneratedBound ( GeomFill_DegeneratedBound parameter1 ) : System
parameter1 GeomFill_DegeneratedBound
return System

GeomFill_DegeneratedBound() public method

public GeomFill_DegeneratedBound ( gp_Pnt Point, double First, double Last, double Tol3d, double Tolang ) : System
Point gp_Pnt
First double
Last double
Tol3d double
Tolang double
return System

IsDegenerated() public method

public IsDegenerated ( ) : bool
return bool

Reparametrize() public method

public Reparametrize ( double First, double Last, bool HasDF, bool HasDL, double DF, double DL, bool Rev ) : void
First double
Last double
HasDF bool
HasDL bool
DF double
DL double
Rev bool
return void

Value() public method

public Value ( double U ) : gp_Pnt
U double
return gp_Pnt

get_type_name() public method

public get_type_name ( ) : char
return char