Uses of Class
org.jcae.opencascade.jni.Geom_Curve

Packages that use Geom_Curve
org.jcae.opencascade.jni   
 

Uses of Geom_Curve in org.jcae.opencascade.jni
 

Methods in org.jcae.opencascade.jni that return Geom_Curve
static Geom_Curve BRep_Tool.curve(TopoDS_Edge e, double[] range)
           
static Geom_Curve BRep_Tool.curve(TopoDS_Edge E, double[] First, double[] Last)
           
 Geom_Curve Geom_Surface.uIso(double U)
           
 Geom_Curve Geom_Surface.vIso(double V)
           
 

Methods in org.jcae.opencascade.jni with parameters of type Geom_Curve
protected static long Geom_Curve.getCPtr(Geom_Curve obj)
           
 void GeomAdaptor_Curve.load(Geom_Curve C)
           
 void GeomAdaptor_Curve.load(Geom_Curve C, double UFirst, double ULast)
           
 

Constructors in org.jcae.opencascade.jni with parameters of type Geom_Curve
GeomAdaptor_Curve(Geom_Curve C)
           
GeomAdaptor_Curve(Geom_Curve C, double UFirst, double ULast)