Returns the second partial derivatives of the face at the specified point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FaceSecondDerivatives ComputeSecondDerivatives(
UV point
)
Parameters
- point UV
- The parameters to be evaluated, in natural parameterization of the face.
Return Value
FaceSecondDerivativesThe second partial derivatives of the face at the specified point.
Remarks
It does not take the bounding edge loops into account.
See Also
Reference