C# Class CascadeSharp.TKTopAlgo.BRepExtrema.BRepExtrema_ExtFF

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepExtrema_ExtFF ( ) : System
BRepExtrema_ExtFF ( BRepExtrema_ExtFF parameter1 ) : System
BRepExtrema_ExtFF ( TopoDS_Face F1, TopoDS_Face F2 ) : System
Initialize ( TopoDS_Face F2 ) : void
IsDone ( ) : bool
IsParallel ( ) : bool
NbExt ( ) : int
ParameterOnFace1 ( int N, double &U, double &V ) : void
ParameterOnFace2 ( int N, double &U, double &V ) : void
Perform ( TopoDS_Face F1, TopoDS_Face F2 ) : void
PointOnFace1 ( int N ) : gp_Pnt
PointOnFace2 ( int N ) : gp_Pnt
SquareDistance ( int N ) : double

Method Details

BRepExtrema_ExtFF() public method

public BRepExtrema_ExtFF ( ) : System
return System

BRepExtrema_ExtFF() public method

public BRepExtrema_ExtFF ( BRepExtrema_ExtFF parameter1 ) : System
parameter1 BRepExtrema_ExtFF
return System

BRepExtrema_ExtFF() public method

public BRepExtrema_ExtFF ( TopoDS_Face F1, TopoDS_Face F2 ) : System
F1 TopoDS_Face
F2 TopoDS_Face
return System

Initialize() public method

public Initialize ( TopoDS_Face F2 ) : void
F2 TopoDS_Face
return void

IsDone() public method

public IsDone ( ) : bool
return bool

IsParallel() public method

public IsParallel ( ) : bool
return bool

NbExt() public method

public NbExt ( ) : int
return int

ParameterOnFace1() public method

public ParameterOnFace1 ( int N, double &U, double &V ) : void
N int
U double
V double
return void

ParameterOnFace2() public method

public ParameterOnFace2 ( int N, double &U, double &V ) : void
N int
U double
V double
return void

Perform() public method

public Perform ( TopoDS_Face F1, TopoDS_Face F2 ) : void
F1 TopoDS_Face
F2 TopoDS_Face
return void

PointOnFace1() public method

public PointOnFace1 ( int N ) : gp_Pnt
N int
return gp_Pnt

PointOnFace2() public method

public PointOnFace2 ( int N ) : gp_Pnt
N int
return gp_Pnt

SquareDistance() public method

public SquareDistance ( int N ) : double
N int
return double