C# Class CascadeSharp.TKFillet.ChFi2d.ChFi2d_ChamferAPI

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
ChFi2d_ChamferAPI ( ) : System
ChFi2d_ChamferAPI ( ChFi2d_ChamferAPI parameter1 ) : System
ChFi2d_ChamferAPI ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2 ) : System
ChFi2d_ChamferAPI ( TopoDS_Wire theWire ) : System
Init ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2 ) : void
Init ( TopoDS_Wire theWire ) : void
Perform ( ) : bool
Result ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2, double theLength1, double theLength2 ) : TopoDS_Edge

Method Details

ChFi2d_ChamferAPI() public method

public ChFi2d_ChamferAPI ( ) : System
return System

ChFi2d_ChamferAPI() public method

public ChFi2d_ChamferAPI ( ChFi2d_ChamferAPI parameter1 ) : System
parameter1 ChFi2d_ChamferAPI
return System

ChFi2d_ChamferAPI() public method

public ChFi2d_ChamferAPI ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2 ) : System
theEdge1 TopoDS_Edge
theEdge2 TopoDS_Edge
return System

ChFi2d_ChamferAPI() public method

public ChFi2d_ChamferAPI ( TopoDS_Wire theWire ) : System
theWire TopoDS_Wire
return System

Init() public method

public Init ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2 ) : void
theEdge1 TopoDS_Edge
theEdge2 TopoDS_Edge
return void

Init() public method

public Init ( TopoDS_Wire theWire ) : void
theWire TopoDS_Wire
return void

Perform() public method

public Perform ( ) : bool
return bool

Result() public method

public Result ( TopoDS_Edge theEdge1, TopoDS_Edge theEdge2, double theLength1, double theLength2 ) : TopoDS_Edge
theEdge1 TopoDS_Edge
theEdge2 TopoDS_Edge
theLength1 double
theLength2 double
return TopoDS_Edge