C# Class CascadeSharp.TKBRep.BRepLProp.BRepLProp_CurveTool

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepLProp_CurveTool ( ) : System
BRepLProp_CurveTool ( BRepLProp_CurveTool parameter1 ) : System
Continuity ( BRepAdaptor_Curve C ) : int
D1 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1 ) : void
D2 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
D3 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
FirstParameter ( BRepAdaptor_Curve C ) : double
LastParameter ( BRepAdaptor_Curve C ) : double
Value ( BRepAdaptor_Curve C, double U, gp_Pnt P ) : void

Method Details

BRepLProp_CurveTool() public method

public BRepLProp_CurveTool ( ) : System
return System

BRepLProp_CurveTool() public method

public BRepLProp_CurveTool ( BRepLProp_CurveTool parameter1 ) : System
parameter1 BRepLProp_CurveTool
return System

Continuity() public method

public Continuity ( BRepAdaptor_Curve C ) : int
C BRepAdaptor_Curve
return int

D1() public method

public D1 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
return void

D2() public method

public D2 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
return void

D3() public method

public D3 ( BRepAdaptor_Curve C, double U, gp_Pnt P, gp_Vec V1, gp_Vec V2, gp_Vec V3 ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
V1 gp_Vec
V2 gp_Vec
V3 gp_Vec
return void

FirstParameter() public method

public FirstParameter ( BRepAdaptor_Curve C ) : double
C BRepAdaptor_Curve
return double

LastParameter() public method

public LastParameter ( BRepAdaptor_Curve C ) : double
C BRepAdaptor_Curve
return double

Value() public method

public Value ( BRepAdaptor_Curve C, double U, gp_Pnt P ) : void
C BRepAdaptor_Curve
U double
P gp_Pnt
return void