Double[] IGeoFace.ParamAtPoint(Double[] point)

Returns the parameter values (u,v) for the given point on the face.

Parameters

  • point
    Type: Double[]
    The coordinates (x,y,z) of the point.

Return Value

Type: Double[]
Returns the parameter values (u,v) corresponding to the specified point.