org.jcae.mesh.cad
Interface CADGeomCurve2D


public interface CADGeomCurve2D

Describe a geometrical 2D curve


Method Summary
 double[] getRange()
          Return the range of the parametrization of this curve
 double[] value(double p)
          Return a point on this curve
 

Method Detail

value

double[] value(double p)
Return a point on this curve

Parameters:
p - The paramater
Returns:
an array {u, v}

getRange

double[] getRange()
Return the range of the parametrization of this curve

Returns:
an array {pMin, pMax}