org.jcae.opencascade.jni
Class GeomAPI_ProjectPointOnSurf

java.lang.Object
  extended by org.jcae.opencascade.jni.GeomAPI_ProjectPointOnSurf

public class GeomAPI_ProjectPointOnSurf
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  GeomAPI_ProjectPointOnSurf(double[] P, Geom_Surface Surface)
           
protected GeomAPI_ProjectPointOnSurf(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(GeomAPI_ProjectPointOnSurf obj)
           
 void init(double[] P, Geom_Surface surface)
           
 double lowerDistance()
           
 void lowerDistanceParameters(double[] uv)
           
 void lowerDistanceParameters(double[] U, double[] V)
           
 int nbPoints()
           
 void parameters(int Index, double[] U, double[] V)
           
 double[] point(int Index)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

GeomAPI_ProjectPointOnSurf

protected GeomAPI_ProjectPointOnSurf(long cPtr,
                                     boolean cMemoryOwn)

GeomAPI_ProjectPointOnSurf

public GeomAPI_ProjectPointOnSurf(double[] P,
                                  Geom_Surface Surface)
Method Detail

getCPtr

protected static long getCPtr(GeomAPI_ProjectPointOnSurf obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

lowerDistanceParameters

public void lowerDistanceParameters(double[] uv)

init

public void init(double[] P,
                 Geom_Surface surface)

nbPoints

public int nbPoints()

lowerDistance

public double lowerDistance()

point

public double[] point(int Index)

lowerDistanceParameters

public void lowerDistanceParameters(double[] U,
                                    double[] V)

parameters

public void parameters(int Index,
                       double[] U,
                       double[] V)