Geometry > Geometry Object Information > Evaluation on a Face

Evaluation on a Face
Use the following method for face evaluation in 3D. They do not work on virtual geometry objects.
The first input argument of all methods is the face number. The second input argument, when it exists, is a matrix of parameter points, for which to perform evaluation. For all but the first method, the first index in the output corresponds to the different parameter points.
faceParamRange returns two parameter ranges for evaluation on the face.
faceX evaluates the parameters to coordinate values.
faceDX evaluates the parameters to first order derivative values.
faceDDX evaluates the parameters to second order derivative values.
faceNormal evaluates the parameters to normal vector values.
faceFF1 evaluates the parameters to the first fundamental form values.
faceFF2 evaluates the parameters to the second fundamental form values.
faceGaussCurvature evaluates the parameters to Gauss curvature values.
faceMeanCurvature evaluates the parameters to mean curvature values.