C# Class CascadeSharp.TKGeomBase.GC.GC_MakeCylindricalSurface

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

Public Methods

Method Description
GC_MakeCylindricalSurface ( ) : System
GC_MakeCylindricalSurface ( GC_MakeCylindricalSurface parameter1 ) : System
GC_MakeCylindricalSurface ( gp_Ax1 Ax_is, double Radius ) : System
GC_MakeCylindricalSurface ( gp_Ax2 A2, double Radius ) : System
GC_MakeCylindricalSurface ( gp_Circ Circ ) : System
GC_MakeCylindricalSurface ( gp_Cylinder C ) : System
GC_MakeCylindricalSurface ( gp_Cylinder Cyl, double D_ist ) : System
GC_MakeCylindricalSurface ( gp_Cylinder Cyl, gp_Pnt Point ) : System
GC_MakeCylindricalSurface ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3 ) : System
Value ( ) : Geom_CylindricalSurface

Method Details

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( ) : System
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( GC_MakeCylindricalSurface parameter1 ) : System
parameter1 GC_MakeCylindricalSurface
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Ax1 Ax_is, double Radius ) : System
Ax_is gp_Ax1
Radius double
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Ax2 A2, double Radius ) : System
A2 gp_Ax2
Radius double
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Circ Circ ) : System
Circ gp_Circ
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Cylinder C ) : System
C gp_Cylinder
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Cylinder Cyl, double D_ist ) : System
Cyl gp_Cylinder
D_ist double
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Cylinder Cyl, gp_Pnt Point ) : System
Cyl gp_Cylinder
Point gp_Pnt
return System

GC_MakeCylindricalSurface() public method

public GC_MakeCylindricalSurface ( gp_Pnt P1, gp_Pnt P2, gp_Pnt P3 ) : System
P1 gp_Pnt
P2 gp_Pnt
P3 gp_Pnt
return System

Value() public method

public Value ( ) : Geom_CylindricalSurface
return Geom_CylindricalSurface