C# Class CascadeSharp.TKGeomBase.GC.GC_MakeConicalSurface

Inheritance: CascadeSharp.TKGeomBase.GC.GC_Root
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GC_MakeConicalSurface ( ) : System
GC_MakeConicalSurface ( GC_MakeConicalSurface parameter1 ) : System
GC_MakeConicalSurface ( gp_Ax2 A2, double Ang, double Radius ) : System
GC_MakeConicalSurface ( gp_Cone C ) : System
GC_MakeConicalSurface ( gp_Pnt P1, gp_Pnt P2, double R1, double R2 ) : System
GC_MakeConicalSurface ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3, gp_Pnt P4 ) : System
Value ( ) : Geom_ConicalSurface

Method Details

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( ) : System
return System

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( GC_MakeConicalSurface parameter1 ) : System
parameter1 GC_MakeConicalSurface
return System

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( gp_Ax2 A2, double Ang, double Radius ) : System
A2 gp_Ax2
Ang double
Radius double
return System

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( gp_Cone C ) : System
C gp_Cone
return System

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( gp_Pnt P1, gp_Pnt P2, double R1, double R2 ) : System
P1 gp_Pnt
P2 gp_Pnt
R1 double
R2 double
return System

GC_MakeConicalSurface() public method

public GC_MakeConicalSurface ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3, gp_Pnt P4 ) : System
P1 gp_Pnt
P2 gp_Pnt
P3 gp_Pnt
P4 gp_Pnt
return System

Value() public method

public Value ( ) : Geom_ConicalSurface
return Geom_ConicalSurface