C# Class CascadeSharp.TKGeomAlgo.GeomAPI.GeomAPI

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
GeomAPI ( ) : System
GeomAPI ( GeomAPI parameter1 ) : System
To2d ( Geom_Curve C, gp_Pln P ) : Geom2d_Curve
To3d ( Geom2d_Curve C, gp_Pln P ) : Geom_Curve

Method Details

GeomAPI() public method

public GeomAPI ( ) : System
return System

GeomAPI() public method

public GeomAPI ( GeomAPI parameter1 ) : System
parameter1 GeomAPI
return System

To2d() public method

public To2d ( Geom_Curve C, gp_Pln P ) : Geom2d_Curve
C Geom_Curve
P gp_Pln
return Geom2d_Curve

To3d() public method

public To3d ( Geom2d_Curve C, gp_Pln P ) : Geom_Curve
C Geom2d_Curve
P gp_Pln
return Geom_Curve