C# Class CascadeSharp.TKG3d.LProp3d.LProp3d_CLProps

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
CentreOfCurvature ( gp_Pnt P ) : void
Curvature ( ) : double
D1 ( ) : gp_Vec
D2 ( ) : gp_Vec
D3 ( ) : gp_Vec
IsTangentDefined ( ) : bool
LProp3d_CLProps ( ) : System
LProp3d_CLProps ( Adaptor3d_HCurve C, double U, int N, double Resolution ) : System
LProp3d_CLProps ( Adaptor3d_HCurve C, int N, double Resolution ) : System
LProp3d_CLProps ( LProp3d_CLProps parameter1 ) : System
LProp3d_CLProps ( int N, double Resolution ) : System
Normal ( gp_Dir N ) : void
SetCurve ( Adaptor3d_HCurve C ) : void
SetParameter ( double U ) : void
Tangent ( gp_Dir D ) : void
Value ( ) : gp_Pnt

Method Details

CentreOfCurvature() public method

public CentreOfCurvature ( gp_Pnt P ) : void
P gp_Pnt
return void

Curvature() public method

public Curvature ( ) : double
return double

D1() public method

public D1 ( ) : gp_Vec
return gp_Vec

D2() public method

public D2 ( ) : gp_Vec
return gp_Vec

D3() public method

public D3 ( ) : gp_Vec
return gp_Vec

IsTangentDefined() public method

public IsTangentDefined ( ) : bool
return bool

LProp3d_CLProps() public method

public LProp3d_CLProps ( ) : System
return System

LProp3d_CLProps() public method

public LProp3d_CLProps ( Adaptor3d_HCurve C, double U, int N, double Resolution ) : System
C Adaptor3d_HCurve
U double
N int
Resolution double
return System

LProp3d_CLProps() public method

public LProp3d_CLProps ( Adaptor3d_HCurve C, int N, double Resolution ) : System
C Adaptor3d_HCurve
N int
Resolution double
return System

LProp3d_CLProps() public method

public LProp3d_CLProps ( LProp3d_CLProps parameter1 ) : System
parameter1 LProp3d_CLProps
return System

LProp3d_CLProps() public method

public LProp3d_CLProps ( int N, double Resolution ) : System
N int
Resolution double
return System

Normal() public method

public Normal ( gp_Dir N ) : void
N gp_Dir
return void

SetCurve() public method

public SetCurve ( Adaptor3d_HCurve C ) : void
C Adaptor3d_HCurve
return void

SetParameter() public method

public SetParameter ( double U ) : void
U double
return void

Tangent() public method

public Tangent ( gp_Dir D ) : void
D gp_Dir
return void

Value() public method

public Value ( ) : gp_Pnt
return gp_Pnt