Double[] IGeoFace.PointsAtParams(Double[] param)

Returns an array of point coordinates for the given set of parameters on the face.

Parameters

  • param
    Type: Double[]
    An array of parameters for which points have to be returned (ordered p1u,p1v,p2u,p2v,...,pnu,pnv).

Return Value

Type: Double[]
Returns an array of point coordinates corresponding to the specified parameters (ordered x1,y1,z1,x2,y2,z2,...,xn,yn,zn).