C# Class CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Intersector

Inheritance: Geom2dInt_GInter
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
ConfusionTolerance ( ) : double
Geom2dHatch_Intersector ( ) : System
Geom2dHatch_Intersector ( Geom2dHatch_Intersector parameter1 ) : System
Geom2dHatch_Intersector ( double Confusion, double Tangency ) : System
Intersect ( Geom2dAdaptor_Curve C1, Geom2dAdaptor_Curve C2 ) : void
LocalGeometry ( Geom2dAdaptor_Curve E, double U, gp_Dir2d T, gp_Dir2d N, double &C ) : void
Perform ( gp_Lin2d L, double P, double Tol, Geom2dAdaptor_Curve E ) : void
SetConfusionTolerance ( double Confusion ) : void
SetTangencyTolerance ( double Tangency ) : void
TangencyTolerance ( ) : double

Method Details

ConfusionTolerance() public method

public ConfusionTolerance ( ) : double
return double

Geom2dHatch_Intersector() public method

public Geom2dHatch_Intersector ( ) : System
return System

Geom2dHatch_Intersector() public method

public Geom2dHatch_Intersector ( Geom2dHatch_Intersector parameter1 ) : System
parameter1 Geom2dHatch_Intersector
return System

Geom2dHatch_Intersector() public method

public Geom2dHatch_Intersector ( double Confusion, double Tangency ) : System
Confusion double
Tangency double
return System

Intersect() public method

public Intersect ( Geom2dAdaptor_Curve C1, Geom2dAdaptor_Curve C2 ) : void
C1 Geom2dAdaptor_Curve
C2 Geom2dAdaptor_Curve
return void

LocalGeometry() public method

public LocalGeometry ( Geom2dAdaptor_Curve E, double U, gp_Dir2d T, gp_Dir2d N, double &C ) : void
E Geom2dAdaptor_Curve
U double
T gp_Dir2d
N gp_Dir2d
C double
return void

Perform() public method

public Perform ( gp_Lin2d L, double P, double Tol, Geom2dAdaptor_Curve E ) : void
L gp_Lin2d
P double
Tol double
E Geom2dAdaptor_Curve
return void

SetConfusionTolerance() public method

public SetConfusionTolerance ( double Confusion ) : void
Confusion double
return void

SetTangencyTolerance() public method

public SetTangencyTolerance ( double Tangency ) : void
Tangency double
return void

TangencyTolerance() public method

public TangencyTolerance ( ) : double
return double