C# Class CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_Polygo

Inheritance: Intf_Polygon2d
Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
DeflectionOverEstimation ( ) : double
Dump ( ) : void
Error ( ) : double
IntPatch_Polygo ( ) : System
IntPatch_Polygo ( IntPatch_Polygo parameter1 ) : System
IntPatch_Polygo ( double theError ) : System
NbPoints ( ) : int
NbSegments ( ) : int
Point ( int Index ) : gp_Pnt2d
Segment ( int theIndex, gp_Pnt2d theBegin, gp_Pnt2d theEnd ) : void

Method Details

DeflectionOverEstimation() public method

public DeflectionOverEstimation ( ) : double
return double

Dump() public method

public Dump ( ) : void
return void

Error() public method

public Error ( ) : double
return double

IntPatch_Polygo() public method

public IntPatch_Polygo ( ) : System
return System

IntPatch_Polygo() public method

public IntPatch_Polygo ( IntPatch_Polygo parameter1 ) : System
parameter1 IntPatch_Polygo
return System

IntPatch_Polygo() public method

public IntPatch_Polygo ( double theError ) : System
theError double
return System

NbPoints() public method

public NbPoints ( ) : int
return int

NbSegments() public method

public NbSegments ( ) : int
return int

Point() public method

public Point ( int Index ) : gp_Pnt2d
Index int
return gp_Pnt2d

Segment() public method

public Segment ( int theIndex, gp_Pnt2d theBegin, gp_Pnt2d theEnd ) : void
theIndex int
theBegin gp_Pnt2d
theEnd gp_Pnt2d
return void